Skip to content

Commit

Permalink
Remove support for PHP 8.0 and update infection package
Browse files Browse the repository at this point in the history
This commit drops support for PHP 8.0 in our GitHub workflows to maintain consistency with our current PHP versions. Additionally, it updates the minimum version of the "infection/infection" package required for development to ^0.27 to ensure we are using a more recent, stable version.
  • Loading branch information
Spomky committed Apr 12, 2024
1 parent 8fe5577 commit 692d1f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
operating-system:
- "ubuntu-latest"
php-version:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"symfony/http-kernel": "^5.3|^6.0|^7.0"
},
"require-dev": {
"infection/infection": "^0.26|^0.27|^0.28",
"infection/infection": "^0.27|^0.28",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.0",
Expand Down

0 comments on commit 692d1f9

Please sign in to comment.