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 c98a839 commit f1d4a98Copy full SHA for f1d4a98
.github/workflows/run-tests.yml
@@ -13,13 +13,18 @@ jobs:
13
matrix:
14
os: [ubuntu-latest, windows-latest, macos-latest]
15
php: [8.2, 8.3, 8.4]
16
- laravel: [11.*, 12.*]
17
- stability: [prefer-lowest, prefer-stable]
18
include:
19
- - laravel: 11.*
20
- testbench: ^9.0
21
- - laravel: 12.*
22
- testbench: ^10.0
+ - php: 8.4
+ laravel: 12.*
+ testbench: 10.*
+
+ - php: 8.3
+ laravel: 11.*
23
+ testbench: 9.*
24
25
+ - php: 8.2
26
+ laravel: 10.*
27
+ testbench: 8.*
28
29
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
30
0 commit comments