Add a note about the test-recent-extensions GitHub Action

This commit is contained in:
Michele Locati 2020-02-21 14:05:53 +01:00
parent 92ce387d76
commit a867c1227d
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B

View File

@ -156,6 +156,16 @@ Some extension has special requirements:
<!-- END OF SPECIAL REQUIREMENTS -->
## Tests
When submitting a pull request, a [GitHub Action](https://github.com/mlocati/docker-php-extension-installer/blob/master/.github/workflows/test-extensions.yml) is executed to check if affected PHP extensions actually work (see below).
Furthermore, we also check that new versions of extensions in the PECL repository will still work.
This is done on a scheduled basis with another [GitHub Action](https://github.com/mlocati/docker-php-extension-installer/blob/master/.github/workflows/test-recent-extensions.yml).
In case of failure, a message is sent to the [@DockerPhpExtensionInstallerBot](https://t.me/DockerPhpExtensionInstallerBot) Telegram bot.
Feel free to subscribe to it to receive failure notifications.
## How to contribute
### Formatting code