MNT Only use mysql in matrix

This commit is contained in:
Steve Boyd 2022-05-02 11:12:42 +12:00
parent 7b08763477
commit fea0ee4a96
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