Use PHP 7.2 minimum in tests run with github actions

This commit is contained in:
Jakub Zalas 2020-05-04 15:42:48 +01:00
parent ae226ee34b
commit 8b386f2e81
No known key found for this signature in database
GPG Key ID: 15614199651BDE8D
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: