Skip to content

Commit 235be61

Browse files
committed
exclude php8.1 lowest dependencies
1 parent e6a3b15 commit 235be61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
matrix:
1212
php: [8.1, 8.0, 7.4]
1313
dependency-version: [prefer-lowest, prefer-stable]
14+
exclude:
15+
- php: 8.1
16+
dependency-version: prefer-lowest
1417

1518
name: P${{ matrix.php }} - ${{ matrix.dependency-version }}
1619

0 commit comments

Comments
 (0)