We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60ed828 + 3ebfc89 commit 18d599fCopy full SHA for 18d599f
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
name: Build and test
16
strategy:
17
matrix:
18
- php: [8.1, 8.2]
+ php: [8.1, 8.2, 8.3]
19
deps: [high]
20
include:
21
- php: 8.1
@@ -56,7 +56,7 @@ jobs:
56
needs: tests
57
58
59
60
steps:
61
- uses: actions/checkout@v3
62
composer.json
@@ -10,7 +10,7 @@
10
}
11
],
12
"require": {
13
- "php": "~8.1.0 || ~8.2.0",
+ "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
14
"phpunit/phpunit": "^10.0"
},
"autoload": {
0 commit comments