Skip to content

Commit f44c030

Browse files
committed
Tweak verwsions
1 parent 1620dab commit f44c030

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
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
php: [8.1, 8.0, 7.4, 7.3]
23-
laravel: [8.*, 9.*]
23+
laravel: [9.*]
2424
dependency-version: [prefer-lowest, prefer-stable]
2525
exclude:
2626
- php: 8.0
@@ -32,6 +32,10 @@ jobs:
3232
include:
3333
- php: 7.2
3434
laravel: 6.*
35+
- php: 7.3
36+
laravel: 7.*
37+
- php: 7.4
38+
laravel: 8.*
3539
steps:
3640
- name: Checkout code
3741
uses: actions/checkout@v2

0 commit comments

Comments
 (0)