Skip to content

Commit

Permalink
Merge pull request #232 from Ocramius/feature/php-8.2-support
Browse files Browse the repository at this point in the history
PHP 8.2 support
  • Loading branch information
Ocramius committed Oct 10, 2022
2 parents d97f13b + 51abd34 commit 246d4a9
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 67 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- "no-scripts"
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 @@ -10,7 +10,7 @@
}
],
"require": {
"php": "~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"composer-runtime-api": "^2.2.0"
},
"require-dev": {
Expand Down
132 changes: 66 additions & 66 deletions composer.lock

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

0 comments on commit 246d4a9

Please sign in to comment.