MNT Update PHP8

This commit is contained in:
Steve Boyd 2021-01-27 11:25:31 +13:00
parent b594a257ca
commit 3e2629a602
1 changed files with 6 additions and 8 deletions

View File

@ -18,7 +18,7 @@ matrix:
- PHPUNIT_TEST=1
- PHPUNIT_SUITE="core"
- PDO=1
- COMPOSER_ARG=--prefer-lowest
- COMPOSER_INSTALL_ARG="--prefer-lowest"
- php: 7.2
env:
- DB=MYSQL
@ -34,12 +34,12 @@ matrix:
- DB=MYSQL
- PHPUNIT_TEST=1
- PHPUNIT_SUITE="core"
- php: nightly
- php: 8.0
env:
- DB=MYSQL
- PHPUNIT_TEST=1
- PHPUNIT_SUITE="core"
- COMPOSER_ARG=--ignore-platform-reqs
- COMPOSER_INSTALL_ARG="--ignore-platform-reqs"
# admin php tests
- php: 7.1
env:
@ -47,7 +47,7 @@ matrix:
- PHPUNIT_TEST=1
- PHPUNIT_SUITE="admin"
- PDO=1
- COMPOSER_ARG=--prefer-lowest
- COMPOSER_INSTALL_ARG="--prefer-lowest"
- php: 7.2
env:
- DB=PGSQL
@ -58,12 +58,12 @@ matrix:
- DB=MYSQL
- PHPUNIT_TEST=1
- PHPUNIT_SUITE="admin"
- php: nightly
- php: 8.0
env:
- DB=MYSQL
- PHPUNIT_TEST=1
- PHPUNIT_SUITE="admin"
- COMPOSER_ARG=--ignore-platform-reqs
- COMPOSER_INSTALL_ARG="--ignore-platform-reqs"
# behat tests
- php: 7.1
env:
@ -80,5 +80,3 @@ matrix:
- DB=MYSQL
- BEHAT_TEST=1
- BEHAT_SUITE="asset-admin"
allow_failures:
- php: nightly