Skip to content

Commit

Permalink
ACMS-4134: Update workflow according to Drupal 11.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshreeputra authored and vishalkhode1 committed Dec 6, 2024
1 parent f545576 commit 5f39a18
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/drs_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
coverage: xdebug
- name: Download ORCA
run: composer create-project --no-dev --ignore-platform-req=php acquia/orca ../orca "$ORCA_VERSION" -n
Expand All @@ -53,16 +53,16 @@ jobs:
matrix:
php-version:
- 8.1
- 8.2
- 8.3
orca-job:
- ISOLATED_TEST_ON_CURRENT
- INTEGRATED_TEST_ON_PREVIOUS_MINOR
# - INTEGRATED_TEST_ON_PREVIOUS_MINOR
- INTEGRATED_TEST_ON_LATEST_LTS
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: INTEGRATED_TEST_ON_PREVIOUS_MINOR
# php-version: 8.1
- orca-job: ISOLATED_TEST_ON_CURRENT
php-version: 8.1
env:
ORCA_JOB: ${{ matrix.orca-job }}
CI: TRUE
Expand Down

0 comments on commit 5f39a18

Please sign in to comment.