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 659d0b7 commit 94672c5Copy full SHA for 94672c5
.github/workflows/run-tests.yml
@@ -10,14 +10,20 @@ jobs:
10
matrix:
11
os: [ubuntu-latest,]
12
php: [8.2, 8.1, 8.0, 7.4]
13
- laravel: [8.*, 9.*]
+ laravel: [8.*, 9.*, 10.*]
14
dependency-version: [prefer-stable]
15
include:
16
+ - laravel: 10.*
17
+ testbench: 8.*
18
- laravel: 9.*
19
testbench: 7.*
20
- laravel: 8.*
21
testbench: 6.*
22
exclude:
23
24
+ php: 8.0
25
26
+ php: 7.4
27
28
php: 7.4
29
0 commit comments