Skip to content

Commit

Permalink
Merge pull request #155 from acquia/ACMS-3963
Browse files Browse the repository at this point in the history
ACMS-3963: D11 compatibility Acquia CMS Starterkit.
  • Loading branch information
vishalkhode1 authored Jul 11, 2024
2 parents 1b6b271 + 46f6b66 commit 7d3e4bc
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 179 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/acms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.3
coverage: xdebug
- name: Download ORCA
run: composer create-project --no-dev --ignore-platform-req=php acquia/orca ../orca "$ORCA_VERSION" -n
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.3
coverage: xdebug
- name: Set up MySQL
run: |
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.3
coverage: xdebug
- name: Setup NextJs Application
run: |
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.3
coverage: xdebug
- name: Set up MySQL
run: |
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"require": {
"acquia/drupal-environment-detector": "^1.6",
"composer/composer": "^2.7.0",
"stecman/symfony-console-completion": "^0.11.0 || ^0.12.1",
"stecman/symfony-console-completion": "^0.12.1 || ^0.13.0",
"symfony/config": "^6.2 || ^7.0",
"symfony/console": "^6.2 || ^7.0",
"symfony/dependency-injection": "^6.2 || ^7.0",
Expand Down
Loading

0 comments on commit 7d3e4bc

Please sign in to comment.