Skip to content

Commit

Permalink
Merge pull request #426 from kukulich/8.2
Browse files Browse the repository at this point in the history
Added support for PHP 8.2
  • Loading branch information
Ocramius authored Sep 6, 2022
2 parents 2b23809 + eef6e96 commit 7f189bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
php-version:
- "8.0"
- "8.1"
- "8.2"
operating-system:
- "ubuntu-latest"
- "windows-latest"
Expand Down Expand Up @@ -74,6 +75,7 @@ jobs:
php-version:
- "8.0"
- "8.1"
- "8.2"
operating-system:
- "ubuntu-latest"

Expand Down Expand Up @@ -126,6 +128,7 @@ jobs:
php-version:
- "8.0"
- "8.1"
- "8.2"
operating-system:
- "ubuntu-latest"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bin/roave-infection-static-analysis-plugin"
],
"require": {
"php": "~8.0.0|~8.1.0",
"php": "~8.0.0|~8.1.0|~8.2.0",
"infection/infection": "0.26.14",
"ocramius/package-versions": "^1.9.0 || ^2.0.0",
"sanmai/later": "^0.1.2",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f189bf

Please sign in to comment.