Skip to content

Commit fe81a7f

Browse files
committed
exclude test pest3 with php8.1
1 parent 8e9a75b commit fe81a7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
php: ['8.1', '8.2', '8.3']
1212
pest: ['2.*', '3.*']
1313
dependency-version: [prefer-lowest, prefer-stable]
14+
exclude:
15+
- php: '8.1'
16+
pest: '3.*'
1417

1518
name: PHP ${{ matrix.php }} - PEST ${{ matrix.pest }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
1619

0 commit comments

Comments
 (0)