Remove bad referenec to Postgresql

This commit is contained in:
Maxime Rainville 2023-02-17 19:34:59 +13:00
parent a6439db8d3
commit f19f2c2bc6

View File

@ -15,8 +15,9 @@ jobs:
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
uses: maxime-rainville/gha-ci/.github/workflows/ci.yml@1
with:
phpunit: false
preserve_vendor_test: true
extra_jobs: |
- php: 8.1
db: pgsql
db: sqlite3
phpunit: true