Skip to content

Commit

Permalink
Enable ORCA CI jobs for Drupal 11 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raksha-Bharuka authored Jun 14, 2024
1 parent c24be34 commit b1af2fc
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .github/workflows/orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- cron: "0 0 * * 0"
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
ORCA_SUT_NAME: acquia/coding-standards
ORCA_SUT_BRANCH: master
Expand Down Expand Up @@ -61,18 +61,16 @@ jobs:
php-version: "8.0"
coveralls-enable: "FALSE"
orca-version: "^3"
# - orca-job: ISOLATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_DEV
# php-version: "8.1"
# coveralls-enable: "FALSE"
# - orca-job: INTEGRATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_DEV
# php-version: "8.1"
# coveralls-enable: "FALSE"
# - orca-job: ISOLATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_BETA_OR_LATER
# php-version: "8.1"
# coveralls-enable: "FALSE"
# - orca-job: INTEGRATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_BETA_OR_LATER
# php-version: "8.1"
# coveralls-enable: "FALSE"

- orca-job: ISOLATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_DEV
php-version: "8.3"
- orca-job: INTEGRATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_DEV
php-version: "8.3"
- orca-job: ISOLATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_BETA_OR_LATER
php-version: "8.3"
- orca-job: INTEGRATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_BETA_OR_LATER
php-version: "8.3"

# - orca-job: ISOLATED_TEST_ON_CURRENT
# php-version: "8.0"
# coveralls-enable: "FALSE"
Expand Down

0 comments on commit b1af2fc

Please sign in to comment.