mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
Merge pull request #1133 from creative-commoners/pulls/5/php74
DEP Set PHP 7.4 as the minimum version
This commit is contained in:
commit
243598f880
12
.travis.yml
12
.travis.yml
@ -8,12 +8,12 @@ import:
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- php: 7.3
|
||||
- php: 7.4
|
||||
env:
|
||||
- DB=MYSQL
|
||||
- REQUIRE_INSTALLER="4.x-dev"
|
||||
- NPM_TEST=1
|
||||
- php: 7.3
|
||||
- php: 7.4
|
||||
env:
|
||||
- DB=PGSQL
|
||||
- REQUIRE_INSTALLER="4.x-dev"
|
||||
@ -24,15 +24,17 @@ jobs:
|
||||
- DB=MYSQL
|
||||
- REQUIRE_INSTALLER="4.x-dev"
|
||||
- PHPUNIT_COVERAGE_TEST=1
|
||||
- php: 7.4
|
||||
- php: 8.0
|
||||
env:
|
||||
- DB=MYSQL
|
||||
- REQUIRE_INSTALLER="4.x-dev"
|
||||
- BEHAT_TEST=1
|
||||
- BEHAT_SUITE="userforms"
|
||||
- php: 8.0
|
||||
- php: 8.1.0
|
||||
env:
|
||||
- DB=MYSQL
|
||||
- REQUIRE_INSTALLER="4.x-dev"
|
||||
- PHPUNIT_TEST=1
|
||||
- COMPOSER_INSTALL_ARG=--ignore-platform-reqs
|
||||
allow_failures:
|
||||
- php: 8.1.0
|
||||
|
@ -30,7 +30,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^7.3 || ^8.0",
|
||||
"php": "^7.4 || ^8.0",
|
||||
"silverstripe/framework": "^4.10",
|
||||
"silverstripe/cms": "^4.6",
|
||||
"symbiote/silverstripe-gridfieldextensions": "^3.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user