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 d9df768 commit 9f4b2bbCopy full SHA for 9f4b2bb
.github/workflows/tests.yml
@@ -12,13 +12,18 @@ jobs:
12
fail-fast: false
13
matrix:
14
php: [8.1, 8.2, 8.3]
15
- stability: [prefer-stable]
16
- laravel: ["11.x-dev", ^10.0]
+ laravel: [10.*, 11.*]
+ stability: [prefer-lowest, prefer-stable]
17
+ include:
18
+ - laravel: 10.*
19
+ testbench: ^8.20
20
+ - laravel: 11.*
21
+ testbench: ^9.0
22
exclude:
- - laravel: "11.x-dev"
- php: 8.1
23
+ - php: 8.1
24
+ laravel: 11.*
25
- name: PHP ${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.laravel }}
26
+ name: PHP ${{ matrix.php }} - ${{ matrix.laravel }} - ${{ matrix.stability }}
27
28
steps:
29
- name: Checkout code
0 commit comments