Skip to content

Commit

Permalink
Add D11 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Raksha-Bharuka committed Jun 25, 2024
1 parent 00abe9f commit 1719278
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@ jobs:
coveralls-enable: [ "FALSE" ]
orca-version: [ "^4" ]
include:
- 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: INTEGRATED_TEST_ON_LATEST_LTS
php-version: "8.2"
coveralls-enable: "FALSE"
Expand All @@ -60,16 +72,6 @@ jobs:
- orca-job: ISOLATED_TEST_ON_CURRENT
php-version: "8.2"

# Testing Drupal 11 in php 8.3.
- 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 1719278

Please sign in to comment.