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 2fe498c commit 5223682Copy full SHA for 5223682
.github/workflows/tests.yml
@@ -10,19 +10,27 @@ jobs:
10
11
strategy:
12
matrix:
13
- php: ['8.0', '8.1', '8.2']
14
- laravel: [9.*, 10.*]
+ php: ['8.0', '8.1', '8.2', '8.3']
+ laravel: [9.*, 10.*, 11.*]
15
stability: [prefer-lowest, prefer-stable]
16
include:
17
- laravel: 9.*
18
testbench: 7.*
19
- laravel: 10.*
20
testbench: 8.*
21
+ - laravel: 11.*
22
+ testbench: 9.*
23
exclude:
- - laravel: 10.*
- php: 8.0
24
25
php: 8.2
26
+ - laravel: 9.*
27
+ php: 8.3
28
+ - laravel: 10.*
29
+ php: 8.0
30
31
32
33
+ php: 8.1
34
35
steps:
36
- name: Checkout code
0 commit comments