Merge pull request #157 from creative-commoners/pulls/4/php74

DEP Set PHP 7.4 as the minimum version
This commit is contained in:
Maxime Rainville 2022-02-18 21:46:29 +13:00 committed by GitHub
commit 46a637a6a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 12 deletions

View File

@ -1,11 +0,0 @@
name: Module CI
on:
push:
pull_request:
jobs:
ci:
uses: silverstripe/github-actions-ci-cd/.github/workflows/ci.yml@0.1.11
with:
run_endtoend: true

View File

@ -20,7 +20,7 @@
}
],
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.4 || ^8.0",
"silverstripe/vendor-plugin": "^1",
"silverstripe/framework": "^4.10",
"silverstripe/cms": "^4.2",