mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
Merge pull request #157 from creative-commoners/pulls/4/php74
DEP Set PHP 7.4 as the minimum version
This commit is contained in:
commit
46a637a6a8
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@ -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
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user