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 3b1317a commit ff6732fCopy full SHA for ff6732f
.github/workflows/laravel.yml
@@ -11,20 +11,13 @@ jobs:
11
12
strategy:
13
matrix:
14
- php: [8.0, 7.4, 7.3, 7.2]
15
- laravel: [8.*, 7.*, 6.*]
+ php: [8.2]
+ laravel: [11.*]
16
dependency-version: [prefer-lowest, prefer-stable]
17
os: [ubuntu-latest]
18
include:
19
- - laravel: 8.*
20
- testbench: 6.*
21
- - laravel: 7.*
22
- testbench: 5.*
23
- - laravel: 6.*
24
- testbench: 4.*
25
- exclude:
26
27
- php: 7.2
+ - laravel: 11.*
+ testbench: 9.*
28
29
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
30
0 commit comments