mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
Merge pull request #121 from creative-commoners/pulls/2.3/travis-matrix
MNT Rearrange travis matrix
This commit is contained in:
commit
afec73997a
11
.travis.yml
11
.travis.yml
@ -6,7 +6,6 @@ import:
|
|||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- DB=PGSQL
|
- DB=PGSQL
|
||||||
- PHPUNIT_TEST=1
|
|
||||||
|
|
||||||
# Using a custom jobs matrix as every DB=PGSQL and there is alternating PHPUNIT_SUITE's
|
# Using a custom jobs matrix as every DB=PGSQL and there is alternating PHPUNIT_SUITE's
|
||||||
jobs:
|
jobs:
|
||||||
@ -15,23 +14,27 @@ jobs:
|
|||||||
- php: 7.1
|
- php: 7.1
|
||||||
env:
|
env:
|
||||||
- REQUIRE_INSTALLER="4.5.x-dev"
|
- REQUIRE_INSTALLER="4.5.x-dev"
|
||||||
|
- PHPCS_TEST=1
|
||||||
|
- PHPUNIT_TEST=1
|
||||||
- PHPUNIT_SUITE="framework"
|
- PHPUNIT_SUITE="framework"
|
||||||
- php: 7.2
|
- php: 7.2
|
||||||
env:
|
env:
|
||||||
- REQUIRE_INSTALLER="4.6.x-dev"
|
- REQUIRE_INSTALLER="4.6.x-dev"
|
||||||
|
- PHPUNIT_COVERAGE_TEST=1
|
||||||
- PHPUNIT_SUITE="postgresql"
|
- PHPUNIT_SUITE="postgresql"
|
||||||
- php: 7.3
|
- php: 7.3
|
||||||
env:
|
env:
|
||||||
- REQUIRE_INSTALLER="4.7.x-dev"
|
- REQUIRE_INSTALLER="4.7.x-dev"
|
||||||
- PHPCS_TEST=1
|
- PHPUNIT_TEST=1
|
||||||
- PHPUNIT_SUITE="framework"
|
- PHPUNIT_SUITE="framework"
|
||||||
- php: 7.4
|
- php: 7.4
|
||||||
env:
|
env:
|
||||||
- REQUIRE_INSTALLER="4.x-dev"
|
- REQUIRE_INSTALLER="4.x-dev"
|
||||||
- PHPUNIT_COVERAGE_TEST=1
|
- PHPUNIT_TEST=1
|
||||||
- PHPUNIT_SUITE="postgresql"
|
- PHPUNIT_SUITE="postgresql"
|
||||||
- php: nightly
|
- php: 8.0
|
||||||
env:
|
env:
|
||||||
- REQUIRE_INSTALLER="4.x-dev"
|
- REQUIRE_INSTALLER="4.x-dev"
|
||||||
|
- PHPUNIT_TEST=1
|
||||||
- PHPUNIT_SUITE="framework"
|
- PHPUNIT_SUITE="framework"
|
||||||
- COMPOSER_INSTALL_ARG=--ignore-platform-reqs
|
- COMPOSER_INSTALL_ARG=--ignore-platform-reqs
|
||||||
|
Loading…
Reference in New Issue
Block a user