We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 269f443 commit abcea2fCopy full SHA for abcea2f
1 file changed
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- php: [8.2, 8.1, 8.0]
+ php: [8.3, 8.2, 8.1, 8.0]
13
os: [ubuntu-latest, windows-latest]
14
15
name: PHP ${{ matrix.php }} - ${{ matrix.os }}
0 commit comments