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 78dd9fc commit dc0b6e0Copy full SHA for dc0b6e0
.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: [9.*, 8.*]
+ laravel: [9.*, 8.*, 10.*]
14
dependency-version: [prefer-lowest, prefer-stable]
15
include:
16
+ - laravel: 10.*
17
+ testbench: ^8.0
18
- laravel: 9.*
19
testbench: ^7.0
20
- laravel: 8.*
21
testbench: ^6.23
22
exclude:
23
24
+ php: 8.0
25
26
+ php: 7.4
27
28
php: 7.4
29
0 commit comments