minor #36686 [5.0] Use PHP 7.2 minimum in tests run with github actions (jakzal)

This PR was merged into the 5.0 branch.

Discussion
----------

[5.0] Use PHP 7.2 minimum in tests run with github actions

| Q             | A
| ------------- | ---
| Branch?       | 5.0
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | Re #36647
| License       | MIT
| Doc PR        | -

Commits
-------

8b386f2e81 Use PHP 7.2 minimum in tests run with github actions
This commit is contained in:
Nicolas Grekas 2020-05-04 17:35:35 +02:00
commit 8cf8f5a5be
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
php: ['7.1', '7.4']
php: ['7.2', '7.4']
services:
redis: