Skip to content

Commit

Permalink
Merge pull request #79 from creative-commoners/pulls/5/php74
Browse files Browse the repository at this point in the history
DEP Set PHP 7.4 as the minimum version
  • Loading branch information
dhensby authored Feb 10, 2022
2 parents 6fc2eb1 + 255bfd9 commit 0b03d57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,23 @@ import:
jobs:
fast_finish: true
include:
- php: 7.3
- php: 7.4
env:
- DB=MYSQL
- PDO=1
- REQUIRE_INSTALLER="4.x-dev"
- PHPUNIT_TEST=1
- PHPCS_TEST=1
- php: 7.4
- php: 8.0
env:
- DB=MYSQL
- REQUIRE_INSTALLER="4.x-dev"
- PHPUNIT_COVERAGE_TEST=1
- 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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.4 || ^8.0",
"silverstripe/framework": "^4.10"
},
"require-dev": {
Expand Down

0 comments on commit 0b03d57

Please sign in to comment.