Skip to content

Commit cb61abd

Browse files
authored
Update run-tests.yml
1 parent b925d81 commit cb61abd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [7.3, 8.0, 8.1]
12+
php: [7.3, 8.0, 8.1, 8.2]
1313
laravel: [9.*, 8.*, 7.*, 6.*]
1414
stability: [prefer-stable]
1515
exclude:
@@ -19,6 +19,12 @@ jobs:
1919
laravel: 7.*
2020
- php: 8.1
2121
laravel: 6.*
22+
- php: 8.2
23+
laravel: 7.*
24+
- php: 8.2
25+
laravel: 8.*
26+
- php: 8.2
27+
laravel: 6.*
2228
include:
2329
- laravel: 9.*
2430
testbench: 7.*

0 commit comments

Comments
 (0)