Commit Graph

14 Commits

Author SHA1 Message Date
Shivam Mathur
0575a32108
Switch to $GITHUB_OUTPUT 2022-10-12 16:34:58 +05:30
Shivam Mathur
6ae3564af4
Improve examples 2022-04-03 04:24:07 +05:30
jrfnl
c88ece8451
Examples: update the action runner version 2022-03-21 15:40:20 +01:00
Shivam Mathur
4678e809c3
Bump actions/checkout to v3 2022-03-02 06:00:52 +05:30
jrfnl
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
Shivam Mathur
7117491f1a
Update and refactor example workflows 2021-12-15 16:49:10 +05:30
Shivam Mathur
aa1efabe45
Change command to start mysql from sysVinit to systemd in examples 2021-12-15 13:26:33 +05:30
Shivam Mathur
385e3b6e96
Revert "Remove dashes from step ids"
This reverts commit 4d5f03db8a.
2020-11-20 08:39:37 +05:30
Shivam Mathur
e0ed1ad0ef
Remove --no-suggest flag in examples 2020-06-22 07:33:16 +05:30
Shivam Mathur
2907f8a584
Remove dashes from step ids 2020-06-22 07:33:15 +05:30
Shivam Mathur
03eb8cc744
Update actions/cache uses to v2 2020-06-03 01:56:43 +05:30
Shivam Mathur
f2720d7b82
Update examples to start mysql service 2020-02-26 22:15:27 +05:30
Shivam Mathur
2c559eae3d
Update documentation for v2 2020-02-14 13:35:04 +05:30
Shivam Mathur
552df3f2b0
Add CakePHP examples with services 2020-01-08 12:58:21 +05:30