Skip to content

Commit fed393d

Browse files
committed
fix ci
1 parent d6b6a04 commit fed393d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
matrix:
1616
php: ['7.3', '7.4', '8.0']
1717
stability: [prefer-lowest, prefer-stable]
18-
19-
if: matrix.php != '8.0 && matrix.stability != 'prefer-lowest'
18+
exclude:
19+
- php: '8.0'
20+
stability: 'prefer-lowest'
2021

2122
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
2223

0 commit comments

Comments
 (0)