Skip to content

Commit 5af2900

Browse files
authored
Merge pull request apigee#280 from kedarkhaire/support105
2 parents 00c2edf + 49b72f2 commit 5af2900

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/php.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,19 @@ 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"
38+
- "10.5.x"
3939
- "11.1.x"
40+
- "11.2.x"
4041
exclude:
4142
- php-version: "8.1"
4243
drupal-core: "11.1.x"
4344
- php-version: "8.2"
4445
drupal-core: "11.1.x"
46+
- php-version: "8.1"
47+
drupal-core: "11.2.x"
48+
- php-version: "8.2"
49+
drupal-core: "11.2.x"
4550

4651
steps:
4752

@@ -117,13 +122,13 @@ jobs:
117122
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
118123
119124
- name: "Run PHPUnit Tests"
120-
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' }}
121126
run: |
122127
cd drupal
123128
vendor/bin/phpunit -c core --color --group apigee_api_catalog --testsuite unit,kernel,functional,functional-javascript modules/contrib/apigee_api_catalog
124129
125130
- name: "Run PHPUnit Tests with Code Coverage"
126-
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' }}
127132
run: |
128133
cd drupal
129134
cp modules/contrib/apigee_api_catalog/phpunit.core.xml.dist core/phpunit.xml
@@ -137,7 +142,7 @@ jobs:
137142
path: drupal/sites/simpletest/browser_output/*
138143

139144
- name: Upload Coverage to Codecov
140-
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' }}
141146
uses: codecov/codecov-action@v4
142147
with:
143148
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)