Skip to content

Commit

Permalink
ACMS-3964: Workflow updated to test DRS on Drupal 11
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkhode1 committed Jun 24, 2024
1 parent 519991b commit b5ad4b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/drs_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,16 @@ jobs:
orca-job:
- ISOLATED_TEST_ON_CURRENT
- INTEGRATED_TEST_ON_PREVIOUS_MINOR
- ISOLATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_BETA_OR_LATER
exclude:
- orca-job: INTEGRATED_TEST_ON_PREVIOUS_MINOR
php-version: 8.3
- orca-job: INTEGRATED_TEST_ON_PREVIOUS_MINOR
php-version: 8.2
- orca-job: ISOLATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_BETA_OR_LATER
php-version: 8.1
- orca-job: ISOLATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_BETA_OR_LATER
php-version: 8.2
env:
ORCA_JOB: ${{ matrix.orca-job }}
CI: TRUE
Expand All @@ -76,6 +81,8 @@ jobs:
ini-values: assert.active=1, assert.exception=1, zend.assertions=1
- name: Download ORCA
run: |
# Use dev-develop branch for now to test Drupal 11 CI.
ORCA_VERSION=$([ "${ORCA_VERSION}" = "ISOLATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_BETA_OR_LATER" ] && echo "dev-develop" || echo "${ORCA_VERSION}")
composer create-project --no-dev --ignore-platform-req=php acquia/orca ../orca "$ORCA_VERSION" -n
curl https://gist.githubusercontent.com/vishalkhode1/ed98372190aac83d7be6c5cc27f2303d/raw/custom-tests-bootstrap.patch | git -C ../orca apply
- name: Before Install
Expand Down

0 comments on commit b5ad4b0

Please sign in to comment.