From 7def6f8c2ade3e220bff22f88512ff5bad5a10cf Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 11 Feb 2022 16:30:49 +1300 Subject: [PATCH] DEP Set PHP 7.4 as the minimum version --- .github/workflows/main.yml | 11 ----------- composer.json | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index f8e96e9..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -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 diff --git a/composer.json b/composer.json index 8987b3a..7721077 100644 --- a/composer.json +++ b/composer.json @@ -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",