2020-12-08 02:56:47 +01:00
|
|
|
version: ~> 1.0
|
2015-09-10 22:40:44 +02:00
|
|
|
|
2020-12-08 02:56:47 +01:00
|
|
|
# Use a manual matrix as composer.json requires "silverstripe/cms": "^4.6",
|
|
|
|
# This should be changed to "standard-jobs-range-npm" as soon as the lowest recipe
|
|
|
|
# version in the travis shared jobs matrix is 4.6
|
|
|
|
import:
|
|
|
|
- silverstripe/silverstripe-travis-shared:config/provision/standard.yml
|
2020-03-09 03:35:58 +01:00
|
|
|
|
2020-12-08 02:56:47 +01:00
|
|
|
jobs:
|
2015-09-10 22:40:44 +02:00
|
|
|
include:
|
2022-02-10 05:42:23 +01:00
|
|
|
- php: 7.4
|
2020-12-08 02:56:47 +01:00
|
|
|
env:
|
|
|
|
- DB=MYSQL
|
2021-11-01 21:52:58 +01:00
|
|
|
- REQUIRE_INSTALLER="4.x-dev"
|
2020-12-08 02:56:47 +01:00
|
|
|
- NPM_TEST=1
|
2022-02-10 05:42:23 +01:00
|
|
|
- php: 7.4
|
2020-12-08 02:56:47 +01:00
|
|
|
env:
|
2021-11-01 21:52:58 +01:00
|
|
|
- DB=PGSQL
|
|
|
|
- REQUIRE_INSTALLER="4.x-dev"
|
2020-12-08 02:56:47 +01:00
|
|
|
- PHPUNIT_TEST=1
|
|
|
|
- PHPCS_TEST=1
|
2021-11-01 21:52:58 +01:00
|
|
|
- php: 7.4
|
2021-03-10 03:56:24 +01:00
|
|
|
env:
|
|
|
|
- DB=MYSQL
|
2021-11-01 21:52:58 +01:00
|
|
|
- REQUIRE_INSTALLER="4.x-dev"
|
|
|
|
- PHPUNIT_COVERAGE_TEST=1
|
2022-02-10 05:42:23 +01:00
|
|
|
- php: 8.0
|
2020-12-08 02:56:47 +01:00
|
|
|
env:
|
|
|
|
- DB=MYSQL
|
|
|
|
- REQUIRE_INSTALLER="4.x-dev"
|
2021-11-01 21:52:58 +01:00
|
|
|
- BEHAT_TEST=1
|
|
|
|
- BEHAT_SUITE="userforms"
|
2022-02-10 05:42:23 +01:00
|
|
|
- php: 8.1.0
|
2020-12-08 02:56:47 +01:00
|
|
|
env:
|
|
|
|
- DB=MYSQL
|
|
|
|
- REQUIRE_INSTALLER="4.x-dev"
|
|
|
|
- PHPUNIT_TEST=1
|