Skip to content

Commit 4cef02d

Browse files
authored
Add Drupal 11 test support (#136)
1 parent f0f2a70 commit 4cef02d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/build-2.x.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ jobs:
2424
matrix:
2525
test-suite: ["kernel"]
2626
php-versions: ["8.1", "8.2", "8.3"]
27-
drupal-version: ["10.2.x", "10.3.x", "10.4.x-dev"]
27+
drupal-version: ["10.2.x", "10.3.x", "10.4.x-dev", "11.0.x"]
28+
exclude:
29+
- drupal-version: "11.0.x"
30+
php-versions: "8.1"
31+
- drupal-version: "11.0.x"
32+
php-versions: "8.2"
2833
name: PHP ${{ matrix.php-versions }} | drupal ${{ matrix.drupal-version }}
2934
env:
3035
DRUPAL_VERSION: ${{ matrix.drupal-version }}
@@ -112,4 +117,4 @@ jobs:
112117
SIMPLETEST_DB: mysql://drupal:[email protected]/drupal
113118
BROWSERTEST_OUTPUT_DIRECTORY: /opt/drupal/web/sites/simpletest/browser_output
114119
run: |
115-
$DRUPAL_DIR/vendor/bin/phpunit "--bootstrap=$DRUPAL_WEB_ROOT/core/tests/bootstrap.php" --group $DRUPAL_EXTENSION_NAME --verbose "$GITHUB_WORKSPACE"
120+
$DRUPAL_DIR/vendor/bin/phpunit "--bootstrap=$DRUPAL_WEB_ROOT/core/tests/bootstrap.php" --group $DRUPAL_EXTENSION_NAME "$GITHUB_WORKSPACE"

0 commit comments

Comments
 (0)