Merge pull request #321 from creative-commoners/pulls/4/remove-pgsql

MNT Only use mysql in matrix
This commit is contained in:
Guy Sartorelli 2022-05-03 09:55:28 +12:00 committed by GitHub
commit f19d383c68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ matrix:
- PHPUNIT_SUITE="framework"
- php: 7.4
env:
- DB=PGSQL
- DB=MYSQL
- PHPUNIT_TEST=1
- PHPUNIT_SUITE="core"
- php: 8.0
@ -51,7 +51,7 @@ matrix:
- COMPOSER_INSTALL_ARG="--prefer-lowest"
- php: 7.4
env:
- DB=PGSQL
- DB=MYSQL
- PHPUNIT_TEST=1
- PHPUNIT_SUITE="admin"
- php: 8.0