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 9a59cb1 commit af45f98Copy full SHA for af45f98
.github/workflows/run-tests.yml
@@ -62,7 +62,7 @@ jobs:
62
needs: access_check
63
strategy:
64
matrix:
65
- db: [ 'mysql', 'sqlite' ]
+ db: [ 'mysql', 'sqlite', 'pgsql' ]
66
payload:
67
- { laravel: '11.*', php: '8.3', 'testbench': '9.*', collision: '8.*' }
68
- { laravel: '11.*', php: '8.2', 'testbench': '9.*', collision: '8.*' }
0 commit comments