Skip to content

Commit

Permalink
Add Drupal 11 test support
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Oct 28, 2024
1 parent f0f2a70 commit 80b35b0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ jobs:
matrix:
test-suite: ["kernel"]
php-versions: ["8.1", "8.2", "8.3"]
drupal-version: ["10.2.x", "10.3.x", "10.4.x-dev"]
drupal-version: ["10.2.x", "10.3.x", "10.4.x-dev", "11.0.x"]
exclude:
- drupal-version: "11.0.x"
php-versions: "8.1"
- drupal-version: "11.0.x"
php-versions: "8.2"
name: PHP ${{ matrix.php-versions }} | drupal ${{ matrix.drupal-version }}
env:
DRUPAL_VERSION: ${{ matrix.drupal-version }}
Expand Down Expand Up @@ -112,4 +117,4 @@ jobs:
SIMPLETEST_DB: mysql://drupal:[email protected]/drupal
BROWSERTEST_OUTPUT_DIRECTORY: /opt/drupal/web/sites/simpletest/browser_output
run: |
$DRUPAL_DIR/vendor/bin/phpunit "--bootstrap=$DRUPAL_WEB_ROOT/core/tests/bootstrap.php" --group $DRUPAL_EXTENSION_NAME --verbose "$GITHUB_WORKSPACE"
$DRUPAL_DIR/vendor/bin/phpunit "--bootstrap=$DRUPAL_WEB_ROOT/core/tests/bootstrap.php" --group $DRUPAL_EXTENSION_NAME "$GITHUB_WORKSPACE"

0 comments on commit 80b35b0

Please sign in to comment.