Skip to content

Commit

Permalink
D10.1 support is removed in Apigee m10n (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarkhaire authored Aug 22, 2024
1 parent 434d3b5 commit 68afff8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 68afff8

Please sign in to comment.