Skip to content

Commit c5f3df3

Browse files
committed
Removed 10.3 as it is reached EOL
1 parent 0abef75 commit c5f3df3

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/php.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
- "8.3"
3535
drupal-core:
3636
# Should update the following as the minimum supported version from Drupal.org
37-
- "10.3.x"
3837
- "10.4.x"
3938
- "10.5.x"
4039
- "11.1.x"
@@ -123,13 +122,13 @@ jobs:
123122
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
124123
125124
- name: "Run PHPUnit Tests"
126-
if: ${{ matrix.drupal-core != '10.3.x' || matrix.php-version != '8.2' }}
125+
if: ${{ matrix.drupal-core != '10.4.x' || matrix.php-version != '8.2' }}
127126
run: |
128127
cd drupal
129128
vendor/bin/phpunit -c core --color --group apigee_api_catalog --testsuite unit,kernel,functional,functional-javascript modules/contrib/apigee_api_catalog
130129
131130
- name: "Run PHPUnit Tests with Code Coverage"
132-
if: ${{ matrix.drupal-core == '10.3.x' && matrix.php-version == '8.2' }}
131+
if: ${{ matrix.drupal-core == '10.4.x' && matrix.php-version == '8.2' }}
133132
run: |
134133
cd drupal
135134
cp modules/contrib/apigee_api_catalog/phpunit.core.xml.dist core/phpunit.xml
@@ -143,7 +142,7 @@ jobs:
143142
path: drupal/sites/simpletest/browser_output/*
144143

145144
- name: Upload Coverage to Codecov
146-
if: ${{ matrix.drupal-core == '10.3.x' && matrix.php-version == '8.2' }}
145+
if: ${{ matrix.drupal-core == '10.4.x' && matrix.php-version == '8.2' }}
147146
uses: codecov/codecov-action@v4
148147
with:
149148
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)