Skip to content

Commit 832641f

Browse files
authored
Update .github/workflows/build.yml
1 parent 18a77aa commit 832641f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
strategy:
2424
fail-fast: true
2525
matrix:
26-
php: [ 7.2, 7.3 ]
26+
php: [ 7.2, 7.3,7.4,8.0 ]
27+
2728
stability: [ prefer-lowest, prefer-stable ]
2829

2930
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}

0 commit comments

Comments
 (0)