From 27b906aee263100b90696e181e10f61e95383d78 Mon Sep 17 00:00:00 2001 From: Kedar Khaire Date: Wed, 21 Aug 2024 19:19:21 +0530 Subject: [PATCH] Removed 8.3 support --- .github/workflows/php.yml | 1 - composer.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 5f964ccb..c55f99d3 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -34,7 +34,6 @@ jobs: php-version: - "8.1" - "8.2" - - "8.3" drupal-core: # Should update the following as the minimum supported version from Drupal.org - "10.2.x" diff --git a/composer.json b/composer.json index cf2d537b..908461c2 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "drupal-module", "description": "Apigee Edge Monetization for Drupal", "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0", "ext-bcmath": "*", "cweagans/composer-patches": "~1.6", "commerceguys/intl": "^2.0",