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 e513549 commit 9cbb8e5Copy full SHA for 9cbb8e5
.github/workflows/run-tests.yml
@@ -10,12 +10,16 @@ jobs:
10
matrix:
11
os: [ubuntu-latest]
12
php: [8.0, 8.1, 8.2]
13
- laravel: [9.*, 8.*]
+ laravel: [9.*, 8.*, 10.*]
14
stability: [prefer-stable]
15
exclude:
16
+ - php: 8.0
17
+ laravel: 10.*
18
- php: 8.2
19
laravel: 8.*
20
include:
21
+ - laravel: 10.*
22
+ testbench: 8.*
23
- laravel: 9.*
24
testbench: 7.*
25
- laravel: 8.*
0 commit comments