Skip to content

Commit

Permalink
ACMS-000: Fixed CI issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkhode1 committed Dec 6, 2024
1 parent 20581b0 commit 11ef5b0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/drs_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,10 @@ jobs:
matrix:
php-version:
- 8.1
- 8.2
- 8.3
orca-job:
- ISOLATED_TEST_ON_CURRENT
- INTEGRATED_TEST_ON_PREVIOUS_MINOR
exclude:
- orca-job: INTEGRATED_TEST_ON_PREVIOUS_MINOR
php-version: 8.3
- orca-job: INTEGRATED_TEST_ON_PREVIOUS_MINOR
php-version: 8.2
- INTEGRATED_TEST_ON_OLDEST_SUPPORTED
- INTEGRATED_TEST_ON_LATEST_LTS
env:
ORCA_JOB: ${{ matrix.orca-job }}
CI: TRUE
Expand Down
16 changes: 13 additions & 3 deletions tests/packages_alter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@ acquia/drupal-recommended-settings:
drush/drush:
is_company_package: false
core_matrix:
10.1.x:
10.2.x:
version: 11.x
version_dev: 11.x
'*':
10.x:
version: 12.x
version_dev: 12.x-dev
version_dev: 12.x-dev

weitzman/drupal-test-traits:
is_company_package: false
core_matrix:
'<=10.2':
version: 2.4.0
version_dev: ~
'*':
version: '*'
version_dev: '*'

0 comments on commit 11ef5b0

Please sign in to comment.