We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7e621 commit b990596Copy full SHA for b990596
.github/workflows/tests.yml
@@ -11,22 +11,14 @@ jobs:
11
matrix:
12
php: [8.2, 8.3, 8.4]
13
laravel: [11.*, 12.*]
14
- phpunit: [10.*, 11.*]
15
stability: [prefer-lowest, prefer-stable]
16
include:
17
- laravel: 11.*
18
testbench: 9.*
19
- phpunit: 10.*
20
- laravel: 12.*
21
testbench: 10.*
22
- phpunit: 11.*
23
- exclude:
24
- - php: 8.2
25
26
- - laravel: 12.*
27
28
29
- name: P${{ matrix.php }} - L${{ matrix.laravel }} PU${{ matrix.phpunit }} - ${{ matrix.stability }}
+ name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
30
31
steps:
32
- name: Checkout code
0 commit comments