Skip to content

Commit

Permalink
Merge pull request #58 from creative-commoners/pulls/3/php74
Browse files Browse the repository at this point in the history
DEP Set PHP 7.4 as the minimum version
  • Loading branch information
Maxime Rainville authored Feb 18, 2022
2 parents 997c909 + d7fa465 commit 7382314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:

jobs:
ci:
uses: silverstripe/github-actions-ci-cd/.github/workflows/[email protected].12
uses: silverstripe/github-actions-ci-cd/.github/workflows/[email protected].14
with:
# Requiring this for phpunit9 compatibility
# Should be able to remove this once elemental 4.8.0 is released
composer_require_extra: "dnadesign/silverstripe-elemental:4.x-dev"
run_endtoend: true
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.4 || ^8.0",
"silverstripe/framework": "^4.10",
"dnadesign/silverstripe-elemental": "^4.0",
"silverstripe/userforms": "^5.0",
Expand Down

0 comments on commit 7382314

Please sign in to comment.