From c078479f49da7fdade7885a245ace65f45dc1487 Mon Sep 17 00:00:00 2001 From: Deepak Mishra Date: Mon, 4 Mar 2024 18:46:50 +0530 Subject: [PATCH] ACMS-3601: Spike - Evaluate PHP Unit 10 for ACMS and create a story map. --- .github/workflows/acquia_cms_ci.workflow.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/acquia_cms_ci.workflow.yml b/.github/workflows/acquia_cms_ci.workflow.yml index 9082f6e14..2db9e2045 100644 --- a/.github/workflows/acquia_cms_ci.workflow.yml +++ b/.github/workflows/acquia_cms_ci.workflow.yml @@ -53,6 +53,7 @@ jobs: composer self-update composer create-project --no-dev --ignore-platform-req=php acquia/orca ../orca "$ORCA_VERSION" -n curl https://gist.githubusercontent.com/vishalkhode1/0e26b2e9637722a256c74a6cb8496e9d/raw/sut-path-reposories.patch | git -C ../orca apply + curl https://patch-diff.githubusercontent.com/raw/acquia/orca/pull/518.patch | git -C ../orca apply - name: Before Install run: | # Added below in CI to test acquia_cms on Drupal Core >=9.5. @@ -154,6 +155,7 @@ jobs: composer self-update composer create-project --no-dev --ignore-platform-req=php acquia/orca ../orca "$ORCA_VERSION" -n curl https://gist.githubusercontent.com/vishalkhode1/0e26b2e9637722a256c74a6cb8496e9d/raw/sut-path-reposories.patch | git -C ../orca apply + curl https://patch-diff.githubusercontent.com/raw/acquia/orca/pull/518.patch | git -C ../orca apply # - name: Configure AWS Credentials # uses: aws-actions/configure-aws-credentials@v1 # with: @@ -258,6 +260,7 @@ jobs: composer create-project --no-dev --ignore-platform-req=php acquia/orca ../orca "$ORCA_VERSION" -n curl https://gist.githubusercontent.com/vishalkhode1/0e26b2e9637722a256c74a6cb8496e9d/raw/sut-path-reposories.patch | git -C ../orca apply curl https://gist.githubusercontent.com/vishalkhode1/342a0eee801e51f48b4d9701749c1c94/raw/orca-oldest-support.patch | git -C ../orca apply + curl https://patch-diff.githubusercontent.com/raw/acquia/orca/pull/518.patch | git -C ../orca apply # - name: Configure AWS Credentials # uses: aws-actions/configure-aws-credentials@v1 # with: @@ -369,6 +372,7 @@ jobs: composer self-update composer create-project --no-dev --ignore-platform-req=php acquia/orca ../orca "$ORCA_VERSION" -n curl https://gist.githubusercontent.com/vishalkhode1/0e26b2e9637722a256c74a6cb8496e9d/raw/sut-path-reposories.patch | git -C ../orca apply + curl https://patch-diff.githubusercontent.com/raw/acquia/orca/pull/518.patch | git -C ../orca apply - name: Before Install run: | # Added below in CI to test acquia_cms on Drupal Core >=9.5. @@ -457,6 +461,7 @@ jobs: composer self-update composer create-project --no-dev --ignore-platform-req=php acquia/orca ../orca "$ORCA_VERSION" -n curl https://gist.githubusercontent.com/vishalkhode1/0e26b2e9637722a256c74a6cb8496e9d/raw/sut-path-reposories.patch | git -C ../orca apply + curl https://patch-diff.githubusercontent.com/raw/acquia/orca/pull/518.patch | git -C ../orca apply - name: Before Install run: | # Added below in CI to test acquia_cms on Drupal Core >=9.5.