Skip to content

Commit

Permalink
Changes for removing support of PHP 8.0 & D9
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarkhaire committed Feb 28, 2024
1 parent 36bf413 commit 184e976
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,11 @@ jobs:
matrix:
experimental: [false]
php-version:
- "8.0"
- "8.1"
- "8.2"
drupal-core:
# Should update the following as the minimum supported version from Drupal.org
- "9.5.x"
- "10.1.x"
exclude:
- php-version: "8.2"
drupal-core: "9.5.x"
- php-version: "8.0"
drupal-core: "10.1.x"

steps:

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
"cweagans/composer-patches": "^1.6.5",
"drupal/admin_toolbar": "^3.0",
"drupal/apigee_api_catalog": "^3",
"drupal/apigee_edge": "^2.0.0 || ^3.0.0",
"drupal/better_exposed_filters": "^5.0 || ^6.0",
"drupal/apigee_edge": "^3.0.0",
"drupal/better_exposed_filters": "^6.0",
"drupal/default_content": "^2.0@alpha",
"drupal/email_registration": "^1.2",
"drupal/fontawesome": "^2.12",
"drupal/paragraphs": "^1.6",
"drupal/pathauto": "^1.6",
"drupal/radix": "^5.0",
"drupal/components": "^2.1 || ^3.0@beta",
"drupal/components": "^3.0@beta",
"drupal/color": "^1.0",
"drupal/quickedit": "^1.0",
"drupal/rdf": "^2.1",
"drupal/hal": "^1.0 || ^2.0"
"drupal/hal": "^2.0"
},
"require-dev": {
"drupal/core-dev": "^9.5 || ^10.1",
"drupal/core-dev": "^10.1",
"drush/drush": "^11.5",
"mglaman/drupal-check": "^1.3",
"phpmd/phpmd": "^2.8.2",
Expand Down

0 comments on commit 184e976

Please sign in to comment.