Skip to content

Commit b990596

Browse files
committed
WIP
1 parent 2b7e621 commit b990596

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/tests.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,14 @@ jobs:
1111
matrix:
1212
php: [8.2, 8.3, 8.4]
1313
laravel: [11.*, 12.*]
14-
phpunit: [10.*, 11.*]
1514
stability: [prefer-lowest, prefer-stable]
1615
include:
1716
- laravel: 11.*
1817
testbench: 9.*
19-
phpunit: 10.*
2018
- laravel: 12.*
2119
testbench: 10.*
22-
phpunit: 11.*
23-
exclude:
24-
- php: 8.2
25-
phpunit: 11.*
26-
- laravel: 12.*
27-
phpunit: 10.*
2820

29-
name: P${{ matrix.php }} - L${{ matrix.laravel }} PU${{ matrix.phpunit }} - ${{ matrix.stability }}
21+
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
3022

3123
steps:
3224
- name: Checkout code

0 commit comments

Comments
 (0)