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 aa8337a commit 49e0d29Copy full SHA for 49e0d29
1 file changed
.github/workflows/tests.yml
@@ -10,17 +10,13 @@ jobs:
10
matrix:
11
os: [ubuntu-latest]
12
php: [8.2, 8.3, 8.4, 8.5]
13
- laravel: [11.*, 12.*, 13.*]
+ laravel: [12.*, 13.*]
14
statamic: [5.*, 6.*]
15
livewire: [4.*]
16
stability: [prefer-lowest, prefer-stable]
17
exclude:
18
- statamic: 5.*
19
laravel: 13.*
20
- - statamic: 6.*
21
- laravel: 11.*
22
- - laravel: 11.*
23
- php: 8.5
24
- laravel: 13.*
25
php: 8.2
26
0 commit comments