Skip to content

Commit 324174a

Browse files
added support for PHP 8.3
1 parent 6bafe05 commit 324174a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Build and test
1616
strategy:
1717
matrix:
18-
php: [8.0, 8.1, 8.2]
18+
php: [8.0, 8.1, 8.2, 8.3]
1919
deps: [high]
2020
include:
2121
- php: 8.0
@@ -56,7 +56,7 @@ jobs:
5656
needs: tests
5757
strategy:
5858
matrix:
59-
php: [8.0, 8.1, 8.2]
59+
php: [8.0, 8.1, 8.2, 8.3]
6060

6161
steps:
6262
- uses: actions/checkout@v3

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
13+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
1414
"phpunit/phpunit": "^9.0"
1515
},
1616
"conflict": {

0 commit comments

Comments
 (0)