Skip to content

Commit 60a18d3

Browse files
committed
add Laravel 9 to testing matrix
1 parent 243dace commit 60a18d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: true
1616
matrix:
1717
php: [ 7.3, 7.4, 8.0, 8.1 ]
18-
laravel: [ 7.*, 8.* ]
18+
laravel: [ 7.*, 8.*, 9.* ]
1919
dependency-version: [ prefer-stable ]
2020
exclude:
2121
- php: 8.1

0 commit comments

Comments
 (0)