Skip to content

Commit

Permalink
Merge pull request #122 from acquia/ACMS-3340
Browse files Browse the repository at this point in the history
ACMS-3340: Fix failing CI.
  • Loading branch information
vishalkhode1 committed Dec 16, 2023
1 parent f2ac35b commit 6b333a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/acms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
CI: TRUE
strategy:
matrix:
core-version: ["CURRENT", "LATEST_LTS"]
core-version: ["CURRENT", "OLDEST_SUPPORTED"]
starter-kits: ["acquia_cms_enterprise_low_code", "acquia_cms_community", "acquia_cms_headless"]
demo-content: ["yes", "no"]
content-model: ["yes", "no"]
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
CI: TRUE
strategy:
matrix:
core-version: ["CURRENT", "LATEST_LTS"]
core-version: ["CURRENT", "OLDEST_SUPPORTED"]
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 6b333a8

Please sign in to comment.