Skip to content

Commit

Permalink
docs: fix some content
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimDeluxe committed Dec 2, 2023
1 parent 0d38fbd commit 3e94961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Running tests for a specific PHP version.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This is achieved by:

Mainly, the only point of duplication is the `lando.yml` file, which as it would appear, does not support any kind of inheritance/overloading from multiple directories. So when you change your Lando setup, you will have to remember to update the environment specific ones too.

However, the file that frequently changes is `composer.json` and this is accounted for and solved by solution below.
However, the file that frequently changes is `composer.json` and this is accounted for and solved by the solution below.

### Why not use `nektos/act`
While it seemed promising, during local testing with [`nektos/act`](https://github.com/nektos/act), there were problems:
Expand Down Expand Up @@ -106,7 +106,7 @@ As stated above, the lando configuration cannot be merged, so we need to create
3. Configure the `appserver` service:
* Set `appmount` to `delegated`.
* Set the volume mounts as seen below.
4If you have a tooling entry for a composer script, you must update `cmd` to use the long `composer run-script myscript` format, because the merge plugin [does not support the short `composer myscript` format](https://github.com/wikimedia/composer-merge-plugin#merge-scripts).
4. If you have a tooling entry for a composer script, you must update `cmd` to use the long `composer run-script myscript` format, because the merge plugin [does not support the short `composer myscript` format](https://github.com/wikimedia/composer-merge-plugin#merge-scripts).

You should end up with a custom `lando.yml` file that looks somewhat like this:
```yaml
Expand Down

0 comments on commit 3e94961

Please sign in to comment.