From 1720e7b7bfb4136d0c7a9001ced100459cbf8304 Mon Sep 17 00:00:00 2001 From: Vishal Khode Date: Tue, 26 Mar 2024 12:58:03 +0530 Subject: [PATCH] ACMS-3658: Run PHPUnit tests for Drush 11 as well. --- .github/workflows/drs_ci.yml | 12 ++++++++++-- tests/packages_alter.yml | 10 ++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.github/workflows/drs_ci.yml b/.github/workflows/drs_ci.yml index 342cf77..e5af8b1 100644 --- a/.github/workflows/drs_ci.yml +++ b/.github/workflows/drs_ci.yml @@ -47,7 +47,7 @@ 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: @@ -55,8 +55,16 @@ jobs: - 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 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: diff --git a/tests/packages_alter.yml b/tests/packages_alter.yml index c7ec771..ce3522b 100644 --- a/tests/packages_alter.yml +++ b/tests/packages_alter.yml @@ -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 \ No newline at end of file