Skip to content

Commit 35f7ebe

Browse files
authored
Update tests.yml
1 parent 2a1f092 commit 35f7ebe

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@ jobs:
77
strategy:
88
fail-fast: true
99
matrix:
10-
php: [ 7.4, 8.0, 8.1 ]
11-
laravel: [ 6.*, 8.*, 9.* ]
10+
php: [ 7.4, 8.1, 8.3 ]
11+
laravel: [ 6.*, 8.*, 9.*, 12.* ]
1212
exclude:
13-
- php: 8.0
14-
laravel: 6.*
1513
- php: 8.1
1614
laravel: 6.*
15+
- php: 8.3
16+
laravel: 6.*
1717
- php: 7.4
1818
laravel: 9.*
19+
- php: 7.4
20+
laravel: 12.*
1921
include:
2022
- aravel: 6.*
2123
testbench: 4.*
@@ -26,6 +28,9 @@ jobs:
2628
- laravel: 9.*
2729
testbench: 7.*
2830
phpunit: 9.*
31+
- laravel: 12.*
32+
testbench: 10.x
33+
phpunit: 10.*
2934
steps:
3035
- name: Check out repository code
3136
uses: actions/checkout@v2

0 commit comments

Comments
 (0)