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 2a1f092 commit 35f7ebeCopy full SHA for 35f7ebe
.github/workflows/tests.yml
@@ -7,15 +7,17 @@ jobs:
7
strategy:
8
fail-fast: true
9
matrix:
10
- php: [ 7.4, 8.0, 8.1 ]
11
- laravel: [ 6.*, 8.*, 9.* ]
+ php: [ 7.4, 8.1, 8.3 ]
+ laravel: [ 6.*, 8.*, 9.*, 12.* ]
12
exclude:
13
- - php: 8.0
14
- laravel: 6.*
15
- php: 8.1
16
laravel: 6.*
+ - php: 8.3
+ laravel: 6.*
17
- php: 7.4
18
laravel: 9.*
19
+ - php: 7.4
20
+ laravel: 12.*
21
include:
22
- aravel: 6.*
23
testbench: 4.*
@@ -26,6 +28,9 @@ jobs:
26
28
- laravel: 9.*
27
29
testbench: 7.*
30
phpunit: 9.*
31
+ - laravel: 12.*
32
+ testbench: 10.x
33
+ phpunit: 10.*
34
steps:
35
- name: Check out repository code
36
uses: actions/checkout@v2
0 commit comments