We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a18fca commit 557ec09Copy full SHA for 557ec09
.github/workflows/tests.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- php: [ '7.4', '8.0', '8.1' ]
+ php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
13
stability: [ prefer-lowest, prefer-stable ]
14
15
name: P${{ matrix.php }} - ${{ matrix.stability }}
0 commit comments