Skip to content

Commit

Permalink
Merge pull request #156 from acquia/develop
Browse files Browse the repository at this point in the history
Merge branch `develop` into `main`
  • Loading branch information
vishalkhode1 authored Jul 12, 2024
2 parents 394129e + 7d3e4bc commit cfcab21
Show file tree
Hide file tree
Showing 13 changed files with 272 additions and 261 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/acms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
env:
ORCA_SUT_NAME: acquia/acquia-cms-starterkit
ORCA_SUT_BRANCH: develop
ORCA_VERSION: ^3
ORCA_VERSION: ^4
ORCA_PACKAGES_CONFIG_ALTER: ../acquia-cms-starterkit/tests/packages_alter.yml
ORCA_ENABLE_NIGHTWATCH: "FALSE"
DB_DATABASE: drupal
Expand All @@ -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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ Run the following command to to set up site:
```
./vendor/bin/acms acms:install
```

###### Note: Starter kit enable modules in bulk during installation which required minimum PHP memory limit to be 256M.

Check memory_limit using command `php -i | grep "memory_limit"`,If php memory limit is less than 256 then locate php.ini file and update memory_limit to 256
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 cfcab21

Please sign in to comment.