We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3334c1b commit c575f47Copy full SHA for c575f47
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- php-version: [ '8.1', '8.2' ]
+ php-version: [ '7.3', '8.1', '8.2' ]
18
laravel-version: [ '^8.0', '^9.0', '^10.0' ]
19
database: [ 'sqlite', 'mysql', 'pgsql' ]
20
0 commit comments