DEP Set PHP 7.4 as the minimum version

This commit is contained in:
Steve Boyd 2022-02-11 16:30:49 +13:00
parent 7fde3cf28a
commit 7def6f8c2a
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",