Commit Graph

247 Commits

Author SHA1 Message Date
f2018b2189 Update php-version and php-version-file input section in README 2023-01-29 21:20:52 +05:30
fd03521cb4 Support .php-version file; closes #629 2023-01-29 13:41:50 +08:00
7abee8e28c Add custom support for zephir parser 2023-01-22 02:04:12 +05:30
52eb86c60c Add support for relay extension 2023-01-12 16:14:06 +05:30
224f9ddef5 doc: fix otudated github action version 2023-01-10 14:19:28 +01:00
8e2ac35f63 Update README 2022-12-26 03:45:00 +05:30
189e8e6ec0 Update pre-installed PHP versions on GitHub runners
Minor fixes in README
2022-12-18 08:20:18 +05:30
53adb47562 Mark PHP 8.2 as stable
Update OS support in README
2022-12-08 19:37:49 +05:30
b359d922e7 README: update code samples 2022-12-08 14:59:54 +01:00
01aa440f0b README: update for release of PHP 8.2
I also realized that - while not mentioned in the changelog or the readme - PHP 8.3 _is_ already available via the `setup-php` action runner, so I've added it to the README now.

Ref: https://www.php.net/supported-versions.php
2022-12-08 14:49:16 +01:00
4704ad638a Improve extension support on macOS 2022-11-14 15:17:12 +05:30
1a18b2267f Add note about updating PHP if ppa is missing on Ubuntu 2022-10-28 15:45:12 +05:30
6652a09da6 Add debug builds section in the README 2022-10-24 03:34:36 +05:30
0575a32108 Switch to $GITHUB_OUTPUT 2022-10-12 16:34:58 +05:30
6353d20df2 Set COMPOSER_NO_AUDIT environment variable by default 2022-08-22 09:46:12 +05:30
52685a348b Add support to install rector in tools input 2022-08-17 16:48:27 +05:30
945c34c175 Update README 2022-07-19 15:44:51 +05:30
0f688a10cb Add support for tool Laravel Pint 2022-07-11 12:13:41 +02:00
cf5cd90b4c Improve support for composer authenticating private respositories 2022-07-06 12:19:55 +05:30
cdb037c2a4 Bump version to 2.20.0 2022-07-06 00:43:26 +05:30
07f2ea7d02 Updated documentation, review 2022-06-21 10:04:28 +02:00
a1c17b4b18 Updated documentation 2022-06-21 09:39:42 +02:00
6cba851606 Add support for Ubuntu 22.04 2022-05-06 05:43:20 +05:30
ba8485d89f Update OS support for self-hosted runners in README 2022-04-21 17:13:31 +05:30
97721a77b9 Fix shivammathur/node image tag in README 2022-04-21 17:06:25 +05:30
7a9bf9ecf6 Update the GitHub Hosted Runners
Add support for macos-12

Update Pre-installed PHP versions in ubuntu-18.04
2022-04-07 07:49:28 +05:30
e83d1a7f9e Add scaleway logo to README 2022-04-04 22:53:28 +05:30
c19f6bbdcd Add PECL customization guide to README 2022-03-22 19:20:39 +05:30
27eef9a04c #StandWithUkraine 2022-03-22 17:36:00 +05:30
be43989cc9 Update README.md 2022-02-06 03:37:57 +05:30
8d1c02194f Remove release badge 2022-01-29 07:38:00 +05:30
495989aff1 Merge pull request #561 from villfa/feat/churn
Tools: add support for Churn-PHP
2022-01-29 03:49:42 +05:30
c09e310dc1 Tools: add support for Churn-PHP 2022-01-28 23:07:30 +01:00
a0a791cada Add ini_file input to set base php.ini 2022-01-25 13:43:49 +05:30
57db6baebb Fix restore-keys in cache example in README with dependency range 2022-01-22 23:41:53 +05:30
fdbb31f707 Update OS support section in README 2022-01-20 21:57:37 +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
d78b8a6d49 Set COMPOSER_NO_INTERACTION=1
Use composer.env file for configuring composer

Add a note about composer configuration to the README
2022-01-05 15:20:37 +05:30
75988cd9be Update sponsors section in README 2021-12-26 06:55:07 +05:30
7dadf1bf21 Improve coverage section in README 2021-12-19 17:09:41 +05:30
7117491f1a Update and refactor example workflows 2021-12-15 16:49:10 +05:30
fe438f8e25 Mark PHP 7.3 as End of life in README 2021-12-06 08:22:55 +05:30
fdd0a76eca Mark PHP 7.4 as Security fixes only in README 2021-11-28 21:15:27 +05:30
4c5c122aa6 PHP 8.1 is now stable and marked as default version 2021-11-25 17:34:13 +05:30
4a3337d069 Add release badge 2021-11-11 07:32:02 +05:30
fc60088a95 README: improve discoverability of tools
Not every developer will be familiar with all tools.

By linking the tools listed to the relevant documentation website, the discoverability of tools new to a developer is improved.
2021-10-11 05:54:18 +02:00
17ef667e04 Bump version to 2.15.0
Update Node.js dependencies

Replace husky with simple-git-hooks

Cleanup whitespace in README

Fix git command in format script
2021-09-28 04:19:39 +05:30
2c8682d5e6 Tools: add support for phpunit-polyfills
Ref: https://github.com/Yoast/PHPUnit-Polyfills
2021-09-20 16:04:04 +02:00
257e4c088d Tools: add support for parallel-lint 2021-09-20 02:22:22 +02:00
fa5fbefff9 Tools: add support for phpDocumentor 2021-09-19 13:41:39 +02:00