Skip to content

Commit 9cbb8e5

Browse files
committed
Update GitHub Actions for Laravel 10
1 parent e513549 commit 9cbb8e5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
php: [8.0, 8.1, 8.2]
13-
laravel: [9.*, 8.*]
13+
laravel: [9.*, 8.*, 10.*]
1414
stability: [prefer-stable]
1515
exclude:
16+
- php: 8.0
17+
laravel: 10.*
1618
- php: 8.2
1719
laravel: 8.*
1820
include:
21+
- laravel: 10.*
22+
testbench: 8.*
1923
- laravel: 9.*
2024
testbench: 7.*
2125
- laravel: 8.*

0 commit comments

Comments
 (0)