We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d9efb commit 38fcc0bCopy full SHA for 38fcc0b
.github/workflows/run-tests.yml
@@ -19,7 +19,7 @@ jobs:
19
20
strategy:
21
matrix:
22
- php: [8.2, 8.1, 8.0, 7.4, 7.3]
+ php: [8.3, 8.2, 8.1, 8.0, 7.4, 7.3]
23
dependency-version: [prefer-lowest, prefer-stable]
24
25
name: P${{ matrix.php }} - ${{ matrix.dependency-version }}
0 commit comments