Skip to content

Commit

Permalink
BLT-5208: EOL for Drupal 9, PHP 7.4, PHP 8.0, and Drush 11 (#4706)
Browse files Browse the repository at this point in the history
* BLT-5208: EOL for Drupal 9, PHP 7.4, PHP 8.0, and Drush 11

* Remove unsupported ORCA jobs
  • Loading branch information
danepowell authored Nov 16, 2023
1 parent eded8a0 commit 0a2c6da
Show file tree
Hide file tree
Showing 4 changed files with 1,217 additions and 1,884 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,6 @@ jobs:
coveralls-enable: [ "FALSE" ]
orca-version: [ "^4" ]
include:
- orca-job: INTEGRATED_TEST_ON_OLDEST_SUPPORTED
php-version: "7.4"
coveralls-enable: "FALSE"
orca-version: "^3"

- orca-job: INTEGRATED_TEST_ON_OLDEST_SUPPORTED
php-version: "8.0"
coveralls-enable: "FALSE"
orca-version: "^3"

- orca-job: INTEGRATED_TEST_ON_LATEST_LTS
php-version: "7.4"
coveralls-enable: "FALSE"
orca-version: "^3"

- orca-job: INTEGRATED_TEST_ON_LATEST_LTS
php-version: "8.2"
coveralls-enable: "FALSE"
Expand Down
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,27 @@
"docs": "https://docs.acquia.com/blt/"
},
"require": {
"php": ">=7.4",
"php": ">=8.1",
"ext-json": "*",
"composer-plugin-api": "^2.0",
"composer-runtime-api": "^2.0",
"acquia/drupal-environment-detector": "^1.5.3",
"consolidation/comments": "^1.0",
"consolidation/config": "^1.0.0 || ^2.0.0",
"consolidation/robo": "^3 || ^4",
"dflydev/dot-access-data": "^1.1.0 || ^2 || ^3",
"consolidation/config": "^2.0.0",
"consolidation/robo": "^4",
"dflydev/dot-access-data": "^3",
"doctrine/annotations": "^1.10.0",
"drupal/core": "^9.0.0-alpha1 || ^10.0.0-alpha1",
"drush/drush": "^11 || ^12",
"drupal/core": "^10.0.0",
"drush/drush": "^12",
"enlightn/security-checker": "^1.3",
"grasmash/yaml-cli": "^2.0.0 || ^3.0.0",
"grasmash/yaml-cli": "^3.0.0",
"grasmash/yaml-expander": "^3.0.2",
"loophp/phposinfo": "^1.7.1",
"symfony/config": "^4.4 || ^6",
"symfony/console": "^4.4.6 || ^6",
"symfony/twig-bridge": "^3.4 || ^4 || ^5 || ^6",
"symfony/yaml": "^4.4 || ^5 || ^6",
"webmozart/path-util": "^2.3"
"symfony/config": "^6",
"symfony/console": "^6",
"symfony/filesystem": "^6",
"symfony/twig-bridge": "^6",
"symfony/yaml": "^6"
},
"require-dev": {
"acquia/coding-standards": "^2.0",
Expand Down Expand Up @@ -69,9 +69,9 @@
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"php": "7",
"php": "8",
"platform": {
"php": "7.4"
"php": "8.1"
},
"sort-packages": true
},
Expand Down
Loading

0 comments on commit 0a2c6da

Please sign in to comment.