Skip to content

Commit a1f86ab

Browse files
authored
PHP 8.3 (#133)
1 parent d9daabf commit a1f86ab

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.2, 8.1, 8.0]
11+
php: [8.3, 8.2, 8.1, 8.0]
1212
dependency-version: [prefer-lowest, prefer-stable]
1313
os: [ubuntu-latest, windows-latest]
1414

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
},
3030
"require": {
31-
"php": ">=8.0 <8.3"
31+
"php": ">=8.0 <8.4"
3232
},
3333
"require-dev": {
3434
"phpunit/phpunit": ">=9.0",

0 commit comments

Comments
 (0)