mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
DEP Set PHP 7.4 as the minimum version
This commit is contained in:
parent
7fde3cf28a
commit
7def6f8c2a
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": {
|
"require": {
|
||||||
"php": "^7.3 || ^8.0",
|
"php": "^7.4 || ^8.0",
|
||||||
"silverstripe/vendor-plugin": "^1",
|
"silverstripe/vendor-plugin": "^1",
|
||||||
"silverstripe/framework": "^4.10",
|
"silverstripe/framework": "^4.10",
|
||||||
"silverstripe/cms": "^4.2",
|
"silverstripe/cms": "^4.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user