silverstripe-postgresql/.travis.yml

39 lines
898 B
YAML
Raw Normal View History

version: ~> 1.0
import:
- silverstripe/silverstripe-travis-shared:config/provision/standard.yml
2014-02-18 05:52:03 +01:00
env:
2017-05-26 00:23:17 +02:00
global:
- DB=PGSQL
# Using a custom jobs matrix as every DB=PGSQL and there is alternating PHPUNIT_SUITE's
jobs:
fast_finish: true
include:
2022-06-02 02:21:46 +02:00
- php: 7.3
env:
2022-06-02 02:21:46 +02:00
- REQUIRE_INSTALLER="4.10.x-dev"
- PHPUNIT_COVERAGE_TEST=1
- PHPUNIT_SUITE="framework"
2022-06-02 02:21:46 +02:00
- php: 7.4
env:
2022-06-02 02:21:46 +02:00
- REQUIRE_INSTALLER="4.11.x-dev"
- PHPUNIT_TEST=1
- PHPUNIT_SUITE="postgresql"
2022-06-02 02:21:46 +02:00
- php: 7.4
env:
2022-06-02 02:21:46 +02:00
- REQUIRE_INSTALLER="4.x-dev"
2021-01-17 23:37:36 +01:00
- PHPUNIT_TEST=1
- PHPUNIT_SUITE="framework"
2022-06-02 02:21:46 +02:00
- php: 8.0
env:
- REQUIRE_INSTALLER="4.x-dev"
2021-01-17 23:37:36 +01:00
- PHPUNIT_TEST=1
- PHPUNIT_SUITE="postgresql"
2022-06-02 02:21:46 +02:00
- php: 8.1
env:
- REQUIRE_INSTALLER="4.x-dev"
2021-01-17 23:37:36 +01:00
- PHPUNIT_TEST=1
- PHPUNIT_SUITE="framework"