Skip to content

Commit

Permalink
Merge pull request #385 from pamil/infection-0.26.10
Browse files Browse the repository at this point in the history
Allow for Infection 0.26.10 and drop PHP 7.4
  • Loading branch information
Ocramius authored May 20, 2022
2 parents cac2579 + 89d672c commit ad79ff4
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 273 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- "highest"
- "locked"
php-version:
- "7.4"
- "8.0"
- "8.1"
operating-system:
Expand Down Expand Up @@ -73,7 +72,6 @@ jobs:
dependencies:
- "locked"
php-version:
- "7.4"
- "8.0"
- "8.1"
operating-system:
Expand Down Expand Up @@ -126,7 +124,6 @@ jobs:
dependencies:
- "locked"
php-version:
- "7.4"
- "8.0"
- "8.1"
operating-system:
Expand Down Expand Up @@ -180,7 +177,7 @@ jobs:
dependencies:
- "locked"
php-version:
- "7.4"
- "8.0"
operating-system:
- "ubuntu-latest"

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"bin/roave-infection-static-analysis-plugin"
],
"require": {
"php": "~7.4.7|~8.0.0|~8.1.0",
"infection/infection": "0.26.6",
"php": "~8.0.0|~8.1.0",
"infection/infection": "0.26.10",
"ocramius/package-versions": "^1.9.0 || ^2.0.0",
"sanmai/later": "^0.1.2",
"vimeo/psalm": "^4.23.0"
Expand Down
Loading

0 comments on commit ad79ff4

Please sign in to comment.