Merge pull request #294 from creative-commoners/pull/4.7/php8

MNT Update PHP8
This commit is contained in:
Garion Herman 2021-01-27 16:10:16 +13:00 committed by GitHub
commit 870ba6f55d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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