Skip to content

Commit b09d98e

Browse files
committed
PHP 8.4 is supported
1 parent 699298a commit b09d98e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php: [8.0, 8.1, 8.2, 8.3]
11+
php: [8.0, 8.1, 8.2, 8.3, 8.4]
1212

1313
name: PHP ${{ matrix.php }} tests
1414
steps:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=8.0 <8.4"
14+
"php": ">=8.0 <8.5"
1515
},
1616
"require-dev": {
1717
"nette/tester": "^2.4"

0 commit comments

Comments
 (0)