Skip to content

Commit af76e8d

Browse files
CI: Drop support for Drupal 10.4.x and 11.1.x
1 parent c4bf365 commit af76e8d

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/php.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,9 @@ jobs:
3333
- "8.2"
3434
- "8.3"
3535
drupal-core:
36-
# Should update the following as the minimum supported version from Drupal.org
37-
- "10.4.x"
3836
- "10.5.x"
39-
- "11.1.x"
4037
- "11.2.x"
4138
exclude:
42-
- php-version: "8.1"
43-
drupal-core: "11.1.x"
44-
- php-version: "8.2"
45-
drupal-core: "11.1.x"
4639
- php-version: "8.1"
4740
drupal-core: "11.2.x"
4841
- php-version: "8.2"
@@ -129,13 +122,13 @@ jobs:
129122
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
130123
131124
- name: "Run PHPUnit Tests"
132-
if: ${{ matrix.drupal-core != '10.4.x' || matrix.php-version != '8.2' }}
125+
if: ${{ matrix.drupal-core != '10.5.x' || matrix.php-version != '8.2' }}
133126
run: |
134127
cd drupal
135128
vendor/bin/phpunit -c core --color --group apigee_api_catalog --testsuite unit,kernel,functional,functional-javascript modules/contrib/apigee_api_catalog
136129
137130
- name: "Run PHPUnit Tests with Code Coverage"
138-
if: ${{ matrix.drupal-core == '10.4.x' && matrix.php-version == '8.2' }}
131+
if: ${{ matrix.drupal-core == '10.5.x' && matrix.php-version == '8.2' }}
139132
run: |
140133
cd drupal
141134
cp modules/contrib/apigee_api_catalog/phpunit.core.xml.dist core/phpunit.xml
@@ -149,7 +142,7 @@ jobs:
149142
path: drupal/sites/simpletest/browser_output/*
150143

151144
- name: Upload Coverage to Codecov
152-
if: ${{ matrix.drupal-core == '10.4.x' && matrix.php-version == '8.2' }}
145+
if: ${{ matrix.drupal-core == '10.5.x' && matrix.php-version == '8.2' }}
153146
uses: codecov/codecov-action@v4
154147
with:
155148
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)