diff --git a/.github/workflows/drs_ci.yml b/.github/workflows/drs_ci.yml index 342cf77..5f44f08 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 + - 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: 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