Skip to content

Commit 87cb053

Browse files
committed
chore: excludes 8.2 on pest 4
1 parent d6be418 commit 87cb053

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
php: [8.2, 8.3, 8.4]
1313
pest: [3, 4]
1414
dependency-version: [prefer-lowest, prefer-stable]
15+
exclude:
16+
- php: 8.2
17+
pest: 4
1518

1619
name: Tests P${{ matrix.php }} - Pest ${{ matrix.pest }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
1720

0 commit comments

Comments
 (0)