Skip to content

Commit

Permalink
DX-4988: PHP 7.3 EOL (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Nov 22, 2021
1 parent 8d432c1 commit 75a3c1e
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 87 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,15 @@ jobs:
- INTEGRATED_TEST_ON_NEXT_MINOR_DEV
- ISOLATED_TEST_ON_NEXT_MINOR_DEV
- INTEGRATED_UPGRADE_TEST_TO_NEXT_MINOR_DEV
# This is our custom job on 7.3
# This is our custom job on 7.4
- ""
# We do not run deprecated code scans since they'd scan the entire
# codebase (since the SUT is the project template).
php-version: [ "7.3" ]
php-version: [ "7.4" ]
include:
- orca-job: ISOLATED_TEST_ON_CURRENT
php-version: "8.0"
# These are our custom jobs to ensure composer install works
- orca-job: ""
php-version: "7.4"
- orca-job: ""
php-version: "8.0"
steps:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=7.3",
"php": ">=7.4",
"acquia/acquia_cms": "^1.3.2",
"acquia/drupal-environment-detector": "^1",
"acquia/http-hmac-php": "3.4.0",
Expand All @@ -24,7 +24,7 @@
},
"config": {
"platform": {
"php": "7.3"
"php": "7.4"
},
"sort-packages": true
},
Expand Down
Loading

0 comments on commit 75a3c1e

Please sign in to comment.