Skip to content

Commit

Permalink
temp os matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Tonko Mulder <[email protected]>
  • Loading branch information
Treggats committed Sep 4, 2024
1 parent 109aa69 commit fa9964c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/quality-control.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,13 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-latest
php:
- 8.3
database:
- sqlite
- mysql
- postgres
- postgresql
stability:
- prefer-stable

Expand Down Expand Up @@ -127,7 +128,7 @@ jobs:
database: 'app'

- name: 'Setup PostgreSQL'
if: ${{ matrix.database == 'postgres' }}
if: ${{ matrix.database == 'postgresql' }}
uses: ankane/setup-postgres@v1

- name: Set database config - ${{ matrix.database }}
Expand Down

0 comments on commit fa9964c

Please sign in to comment.