Skip to content

Commit c8435ad

Browse files
committed
Add PHP 8.4 test
1 parent e2cfe8e commit c8435ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php-versions: ['7.4']
10+
php-versions: ['7.4', '8.4']
1111
dependencies:
1212
- lowest
1313
- highest

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"require-dev": {
2525
"phpstan/phpstan": "^2.0",
26-
"phpunit/phpunit": "^8.0 || ^9.0",
26+
"phpunit/phpunit": "^8.5.14 || ^9.0",
2727
"squizlabs/php_codesniffer": "^3.3.1"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)