Skip to content

Commit 3bf18a3

Browse files
committed
env: add support for php 8.3
1 parent 6ff306f commit 3bf18a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php-versions: [ 7.3, 7.4, 8.0, 8.1, 8.2 ]
17+
php-versions: [ 7.3, 7.4, 8.0, 8.1, 8.2, 8.3 ]
1818
steps:
1919
- uses: actions/checkout@master
2020

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": "^7.3|^8.0"
14+
"php": "^7.3|^8.0|^8.1|^8.2|^8.2|^8.3"
1515
},
1616
"require-dev": {
1717
"ext-json": "*",

0 commit comments

Comments
 (0)