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 48bea21 commit ebc4df7Copy full SHA for ebc4df7
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
12
fail-fast: true
13
matrix:
14
php: [8.3, 8.2, 8.1]
15
- laravel: [9.*, 10.*, 11.*]
+ laravel: ['9.*', '10.*', '11.*', '12.*']
16
stability: [prefer-lowest, prefer-stable]
17
include:
18
- laravel: 11.*
@@ -21,13 +21,15 @@ jobs:
21
testbench: 8.*
22
- laravel: 9.*
23
testbench: ^7.19
24
+ - laravel: 12.*
25
+ testbench: 10.*
26
exclude:
- # Laravel 11 doesn't support PHP 8.1
27
28
php: 8.1
- # Laravel 9 doesn't support PHP 8.3
29
- laravel: 10.*
30
php: 8.3
31
32
+ php: 8.1
33
34
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }}
35
0 commit comments