Skip to content

Commit 27a39f8

Browse files
committed
ci: exclude pest2 from php8.5 tests
1 parent 0cfd8d0 commit 27a39f8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ jobs:
1414
exclude:
1515
- php: '8.1'
1616
pest: '3.0'
17-
- php: '8.5'
18-
pest: '3.0'
1917
- php: '8.1'
2018
pest: '4.0'
2119
- php: '8.2'
2220
pest: '4.0'
21+
- php: '8.5'
22+
pest: '2.14'
23+
- php: '8.5'
24+
pest: '3.0'
2325

2426
name: PHP ${{ matrix.php }} - PEST ^${{ matrix.pest }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
2527

0 commit comments

Comments
 (0)