We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5b255 commit 361d04fCopy full SHA for 361d04f
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: true
10
matrix:
11
os: [ ubuntu-latest ]
12
- php: [ 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2 ]
+ php: [ 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3 ]
13
dependency-version: [ prefer-stable ]
14
15
name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
0 commit comments