Skip to content

Commit

Permalink
CI: run PHP 8.4 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal authored Nov 11, 2024
1 parent 80a79de commit 74ac045
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
php-version: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
dependency-version: [ prefer-lowest, prefer-stable ]
steps:
-
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"phpstan/phpstan-phpunit": "^2.0.0",
"phpstan/phpstan-strict-rules": "^2.0.0",
"phpstan/phpstan-symfony": "^2.0.0",
"phpunit/phpunit": "^9.5.20",
"phpunit/phpunit": "^9.6.21",
"shipmonk/composer-dependency-analyser": "^1.6",
"shipmonk/name-collision-detector": "^2.0.0",
"shipmonk/phpstan-rules": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit 74ac045

Please sign in to comment.