Skip to content

Commit

Permalink
Added support for PHP 8.3 and updated infection and phpstan to their …
Browse files Browse the repository at this point in the history
…latest version
  • Loading branch information
frankvanhest committed Jan 25, 2024
1 parent 02025b0 commit 449970b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.2]
php: [8.2, 8.3]
composer-flags: [ '' ]
stability: ['prefer-stable']
experimental: [false]
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
}
],
"require": {
"php": "~8.2.0"
"php": "~8.2.0 || ~8.3.0"
},
"require-dev": {
"beberlei/assert": "~v3.3",
"infection/infection": "^0.26",
"phpstan/phpstan": "^1.9",
"infection/infection": "^0.27",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5",
"roave/security-advisories": "dev-latest"
},
Expand Down

0 comments on commit 449970b

Please sign in to comment.