Skip to content

Commit

Permalink
ACMS-3658: Run PHPUnit tests for Drush 11 as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkhode1 committed Mar 26, 2024
1 parent 24da387 commit 1b0229d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/drs_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,24 @@ jobs:
../orca/bin/ci/after_failure.sh
../orca/bin/ci/after_script.sh
PHPUNIT_TESTS:
name: "Run PHPUnit tests on PHP: ${{ matrix.php-version }}"
name: "Run PHPUnit tests for CORE: ${{ matrix.orca-job }}, PHP: ${{ matrix.php-version }}"
runs-on: ubuntu-latest
strategy:
matrix:
php-version:
- 8.1
- 8.2
- 8.3
orca-job:
- ISOLATED_TEST_ON_CURRENT
- ISOLATED_TEST_ON_PREVIOUS_MINOR
exclude:
- orca-job: ISOLATED_TEST_ON_PREVIOUS_MINOR
php-version: 8.3
- orca-job: ISOLATED_TEST_ON_PREVIOUS_MINOR
php-version: 8.2
env:
ORCA_JOB: ISOLATED_TEST_ON_CURRENT
ORCA_JOB: ${{ matrix.orca-job }}
CI: TRUE
ORCA_TEST_BOOTSTRAP_FILE: ${{ github.workspace }}/tests/src/bootstrap.php
steps:
Expand Down
10 changes: 10 additions & 0 deletions tests/packages_alter.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
acquia/drupal-recommended-settings:
type: composer-plugin

drush/drush:
is_company_package: false
core_matrix:
10.1.x:
version: 11.x
version_dev: 11.x
'*':
version: 12.x
version_dev: 12.x-dev

0 comments on commit 1b0229d

Please sign in to comment.