Merge branch '2.3' into 2

This commit is contained in:
Steve Boyd 2021-01-18 13:59:53 +13:00
commit c46272e751
2 changed files with 7 additions and 9 deletions

View File

@ -6,7 +6,6 @@ import:
env:
global:
- DB=PGSQL
- PHPUNIT_TEST=1
# Using a custom jobs matrix as every DB=PGSQL and there is alternating PHPUNIT_SUITE's
jobs:
@ -15,23 +14,27 @@ jobs:
- php: 7.1
env:
- REQUIRE_INSTALLER="4.5.x-dev"
- PHPCS_TEST=1
- PHPUNIT_TEST=1
- PHPUNIT_SUITE="framework"
- php: 7.2
env:
- REQUIRE_INSTALLER="4.6.x-dev"
- PHPUNIT_COVERAGE_TEST=1
- PHPUNIT_SUITE="postgresql"
- php: 7.3
env:
- REQUIRE_INSTALLER="4.7.x-dev"
- PHPCS_TEST=1
- PHPUNIT_TEST=1
- PHPUNIT_SUITE="framework"
- php: 7.4
env:
- REQUIRE_INSTALLER="4.x-dev"
- PHPUNIT_COVERAGE_TEST=1
- PHPUNIT_TEST=1
- PHPUNIT_SUITE="postgresql"
- php: nightly
- php: 8.0
env:
- REQUIRE_INSTALLER="4.x-dev"
- PHPUNIT_TEST=1
- PHPUNIT_SUITE="framework"
- COMPOSER_INSTALL_ARG=--ignore-platform-reqs

View File

@ -22,11 +22,6 @@
"sminnee/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3"
},
"extra": {
"branch-alias": {
"2.x-dev": "2.4.x-dev"
}
},
"autoload": {
"psr-4": {
"SilverStripe\\PostgreSQL\\": "code/",