From 68afff829fe5f63d0c731ce29f23c05071eb5dc4 Mon Sep 17 00:00:00 2001 From: Kedar Khaire Date: Thu, 22 Aug 2024 08:55:57 +0530 Subject: [PATCH] D10.1 support is removed in Apigee m10n (#488) --- .github/workflows/php.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 65391126..c55f99d3 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -36,7 +36,6 @@ jobs: - "8.2" drupal-core: # Should update the following as the minimum supported version from Drupal.org - - "10.1.x" - "10.2.x" instance-type: - "Edge" @@ -143,7 +142,7 @@ jobs: vendor/bin/phpunit -c core --verbose --color --group apigee_m10n --testsuite unit,kernel,functional,functional-javascript modules/contrib/apigee_m10n - name: "Run PHPUnit tests with Code Coverage" - if: ${{ matrix.drupal-core == '10.1.x' && matrix.php-version == '8.1' }} + if: ${{ matrix.drupal-core == '10.2.x' && matrix.php-version == '8.2' }} run: | cd drupal cp modules/contrib/apigee_m10n/phpunit.core.xml.dist core/phpunit.xml @@ -157,7 +156,7 @@ jobs: path: drupal/sites/simpletest/browser_output/* - name: Upload coverage to Codecov - if: ${{ matrix.drupal-core == '10.1.x' && matrix.php-version == '8.1' }} + if: ${{ matrix.drupal-core == '10.2.x' && matrix.php-version == '8.2' }} uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }}