Skip to content

Commit d6b6a04

Browse files
committed
fix ci
1 parent 6e82894 commit d6b6a04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: [7.3, 7.4, 8.0]
16+
php: ['7.3', '7.4', '8.0']
1717
stability: [prefer-lowest, prefer-stable]
1818

19+
if: matrix.php != '8.0 && matrix.stability != 'prefer-lowest'
20+
1921
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
2022

2123
steps:

0 commit comments

Comments
 (0)