Skip to content

Commit d29b568

Browse files
committed
PHP 8.3 is supported
1 parent 2f8d2fe commit d29b568

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
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]
11+
php: [8.0, 8.1, 8.2, 8.3]
1212

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

composer.json

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

0 commit comments

Comments
 (0)