Commit Graph

13 Commits

Author SHA1 Message Date
6207829361 Update use of actions/checkout to v4 2023-09-14 02:51:47 +05:30
0575a32108 Switch to $GITHUB_OUTPUT 2022-10-12 16:34:58 +05:30
6ae3564af4 Improve examples 2022-04-03 04:24:07 +05:30
c88ece8451 Examples: update the action runner version 2022-03-21 15:40:20 +01:00
4678e809c3 Bump actions/checkout to v3 2022-03-02 06:00:52 +05:30
bca2d0b1b0 Example code: remove --no-interaction from Composer commands
All Composer commands used in CI should use `--no-interaction` to prevent them hanging in case interaction is expected. However, as setupPHP sets the `COMPOSER_NO_INTERACTION` flag (as of this version), this is not needed when using setupPHP.

This removes redundant `--no-interaction` arguments from the example code.

Also see: https://blog.packagist.com/composer-2-2/#more-secure-plugin-execution
2022-01-05 15:20:37 +05:30
7117491f1a Update and refactor example workflows 2021-12-15 16:49:10 +05:30
385e3b6e96 Revert "Remove dashes from step ids"
This reverts commit 4d5f03db8a.
2020-11-20 08:39:37 +05:30
e0ed1ad0ef Remove --no-suggest flag in examples 2020-06-22 07:33:16 +05:30
2907f8a584 Remove dashes from step ids 2020-06-22 07:33:15 +05:30
03eb8cc744 Update actions/cache uses to v2 2020-06-03 01:56:43 +05:30
2c559eae3d Update documentation for v2 2020-02-14 13:35:04 +05:30
552df3f2b0 Add CakePHP examples with services 2020-01-08 12:58:21 +05:30