Skip to content

Commit af45f98

Browse files
committed
Test package with PostgreSQL
1 parent 9a59cb1 commit af45f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
needs: access_check
6363
strategy:
6464
matrix:
65-
db: [ 'mysql', 'sqlite' ]
65+
db: [ 'mysql', 'sqlite', 'pgsql' ]
6666
payload:
6767
- { laravel: '11.*', php: '8.3', 'testbench': '9.*', collision: '8.*' }
6868
- { laravel: '11.*', php: '8.2', 'testbench': '9.*', collision: '8.*' }

0 commit comments

Comments
 (0)