Skip to content

Commit 3f31d56

Browse files
committed
Update GitHub Actions for Laravel 10
1 parent 53602b6 commit 3f31d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
php-version: ['8.0', '8.1']
9-
laravel-version: ['^8', '^9']
9+
laravel-version: ['^8', '^9', 10.0]
1010
steps:
1111
- name: Setup PHP
1212
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)