Skip to content

Commit c1603b3

Browse files
Merge branch '3.x' into security-scan-code-update
2 parents 1e50e15 + b5f9a33 commit c1603b3

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
@@ -36,16 +36,9 @@ jobs:
3636
- "8.2"
3737
- "8.3"
3838
drupal-core:
39-
# Should update the following as the minimum supported version from Drupal.org
40-
- "10.4.x"
4139
- "10.5.x"
42-
- "11.1.x"
4340
- "11.2.x"
4441
exclude:
45-
- php-version: "8.1"
46-
drupal-core: "11.1.x"
47-
- php-version: "8.2"
48-
drupal-core: "11.1.x"
4942
- php-version: "8.1"
5043
drupal-core: "11.2.x"
5144
- php-version: "8.2"
@@ -133,13 +126,13 @@ jobs:
133126
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
134127
135128
- name: "Run PHPUnit Tests"
136-
if: ${{ matrix.drupal-core != '10.4.x' || matrix.php-version != '8.2' }}
129+
if: ${{ matrix.drupal-core != '10.5.x' || matrix.php-version != '8.2' }}
137130
run: |
138131
cd drupal
139132
vendor/bin/phpunit -c core --color --group apigee_api_catalog --testsuite unit,kernel,functional,functional-javascript modules/contrib/apigee_api_catalog
140133
141134
- name: "Run PHPUnit Tests with Code Coverage"
142-
if: ${{ matrix.drupal-core == '10.4.x' && matrix.php-version == '8.2' }}
135+
if: ${{ matrix.drupal-core == '10.5.x' && matrix.php-version == '8.2' }}
143136
run: |
144137
cd drupal
145138
cp modules/contrib/apigee_api_catalog/phpunit.core.xml.dist core/phpunit.xml
@@ -153,7 +146,7 @@ jobs:
153146
path: drupal/sites/simpletest/browser_output/*
154147

155148
- name: Upload Coverage to Codecov
156-
if: ${{ matrix.drupal-core == '10.4.x' && matrix.php-version == '8.2' }}
149+
if: ${{ matrix.drupal-core == '10.5.x' && matrix.php-version == '8.2' }}
157150
uses: codecov/codecov-action@v4
158151
with:
159152
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)