mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
MNT Test using PHPUnit9
This commit is contained in:
parent
84e13ffde3
commit
22e3951244
28
.travis.yml
28
.travis.yml
@ -11,30 +11,28 @@ env:
|
||||
jobs:
|
||||
fast_finish: true
|
||||
include:
|
||||
- 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"
|
||||
- PHPUNIT_TEST=1
|
||||
- REQUIRE_INSTALLER="4.10.x-dev"
|
||||
- PHPUNIT_COVERAGE_TEST=1
|
||||
- PHPUNIT_SUITE="framework"
|
||||
- php: 7.4
|
||||
env:
|
||||
- REQUIRE_INSTALLER="4.11.x-dev"
|
||||
- PHPUNIT_TEST=1
|
||||
- PHPUNIT_SUITE="postgresql"
|
||||
- php: 7.4
|
||||
env:
|
||||
- REQUIRE_INSTALLER="4.x-dev"
|
||||
- PHPUNIT_TEST=1
|
||||
- PHPUNIT_SUITE="postgresql"
|
||||
- PHPUNIT_SUITE="framework"
|
||||
- php: 8.0
|
||||
env:
|
||||
- REQUIRE_INSTALLER="4.x-dev"
|
||||
- PHPUNIT_TEST=1
|
||||
- PHPUNIT_SUITE="postgresql"
|
||||
- php: 8.1
|
||||
env:
|
||||
- REQUIRE_INSTALLER="4.x-dev"
|
||||
- PHPUNIT_TEST=1
|
||||
- PHPUNIT_SUITE="framework"
|
||||
- COMPOSER_INSTALL_ARG=--ignore-platform-reqs
|
||||
|
@ -19,7 +19,7 @@
|
||||
"silverstripe/vendor-plugin": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"sminnee/phpunit": "^5.7",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"squizlabs/php_codesniffer": "^3"
|
||||
},
|
||||
"extra": { },
|
||||
|
Loading…
Reference in New Issue
Block a user