Skip to content

Commit c575f47

Browse files
committed
Update tests.yml
1 parent 3334c1b commit c575f47

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
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php-version: [ '8.1', '8.2' ]
17+
php-version: [ '7.3', '8.1', '8.2' ]
1818
laravel-version: [ '^8.0', '^9.0', '^10.0' ]
1919
database: [ 'sqlite', 'mysql', 'pgsql' ]
2020

0 commit comments

Comments
 (0)