We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a77aa commit 832641fCopy full SHA for 832641f
1 file changed
.github/workflows/build.yml
@@ -23,7 +23,8 @@ jobs:
23
strategy:
24
fail-fast: true
25
matrix:
26
- php: [ 7.2, 7.3 ]
+ php: [ 7.2, 7.3,7.4,8.0 ]
27
+
28
stability: [ prefer-lowest, prefer-stable ]
29
30
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
0 commit comments