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",