Skip to content

Commit 8f56e3b

Browse files
authored
Update tests.yml
1 parent e927548 commit 8f56e3b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/tests.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,24 @@ jobs:
2626
--health-retries 5
2727
2828
strategy:
29-
fail-fast: true
29+
fail-fast: false
3030
matrix:
31-
php: [8.2, 8.3]
32-
laravel: [11.*, 12.*]
33-
stability: [prefer-lowest, prefer-stable]
34-
include:
35-
- laravel: 11.*
36-
testbench: ^9.0
37-
carbon: ^2.63|^3.0
38-
- laravel: 12.*
39-
testbench: ^10.1
40-
carbon: ^2.63|^3.0
31+
php: [ 8.1, 8.2, 8.3, 8.4 ]
32+
laravel: [ 10.*, 11.*, 12.* ]
4133
exclude:
34+
- php: 8.1
35+
laravel: 11.*
36+
- php: 8.1
37+
laravel: 12.*
38+
include:
4239
- laravel: 12.*
43-
php: 8.2
44-
stability: prefer-lowest
40+
testbench: 10.*
41+
- laravel: 11.*
42+
testbench: 9.*
43+
- laravel: 10.*
44+
testbench: 8.*
4545

46-
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
46+
name: PHP${{ matrix.php }} - Laravel${{ matrix.laravel }} - ${{ matrix.dependency-version }}
4747

4848
steps:
4949
- name: Checkout code

0 commit comments

Comments
 (0)