We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16caa2e commit 29bdd99Copy full SHA for 29bdd99
1 file changed
.github/workflows/run-tests.yml
@@ -11,7 +11,7 @@ jobs:
11
fail-fast: true
12
matrix:
13
os: [ubuntu-latest]
14
- php: [7.0, 7.2, 7.4, 8.0, 8.1, 8.2, 8,3]
+ php: [7.4, 8.0, 8.1, 8.2, 8.3]
15
16
name: PHP:${{ matrix.php }} - ${{ matrix.os }}
17
0 commit comments