Skip to content

Commit 9f4b2bb

Browse files
committed
Update test.yaml
1 parent d9df768 commit 9f4b2bb

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,18 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
php: [8.1, 8.2, 8.3]
15-
stability: [prefer-stable]
16-
laravel: ["11.x-dev", ^10.0]
15+
laravel: [10.*, 11.*]
16+
stability: [prefer-lowest, prefer-stable]
17+
include:
18+
- laravel: 10.*
19+
testbench: ^8.20
20+
- laravel: 11.*
21+
testbench: ^9.0
1722
exclude:
18-
- laravel: "11.x-dev"
19-
php: 8.1
23+
- php: 8.1
24+
laravel: 11.*
2025

21-
name: PHP ${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.laravel }}
26+
name: PHP ${{ matrix.php }} - ${{ matrix.laravel }} - ${{ matrix.stability }}
2227

2328
steps:
2429
- name: Checkout code

0 commit comments

Comments
 (0)