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 b170722 commit f748059Copy full SHA for f748059
.github/workflows/run-tests.yml
@@ -16,8 +16,8 @@ jobs:
16
fail-fast: true
17
matrix:
18
os: [ubuntu-latest, windows-latest]
19
- php: [8.1, 8.2, 8.3]
20
- laravel: ['10.*', '11.*', '12.*']
+ php: [8.2, 8.3, 8.4]
+ laravel: ['11.*', '12.*']
21
stability: [prefer-lowest, prefer-stable]
22
include:
23
- laravel: 10.*
@@ -29,11 +29,6 @@ jobs:
29
- laravel: 12.*
30
testbench: 10.*
31
carbon: '*'
32
- exclude:
33
- - laravel: 11.*
34
- php: 8.1
35
- - laravel: 12.*
36
37
38
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
39
0 commit comments