Skip to content

Commit 21cd03f

Browse files
committed
Allow PHP 8.4
1 parent 75de32a commit 21cd03f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/grumphp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
operating-system: [ubuntu-latest]
10-
php-versions: ['8.1', '8.2', '8.3']
10+
php-versions: ['8.1', '8.2', '8.3', '8.4']
1111
composer-options: ['', '--prefer-lowest']
1212
fail-fast: false
1313
name: PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }} with ${{ matrix.composer-options }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
20+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
2121
},
2222
"config": {
2323
"sort-packages": true,

0 commit comments

Comments
 (0)