We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff0c2a commit 57fe746Copy full SHA for 57fe746
1 file changed
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
strategy:
8
matrix:
9
- php-versions: [ '8.0' ]
+ php-versions: [ '8.2', '8.3' ]
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v2
0 commit comments