From 8b386f2e817152143fdd188a6272091a42097cf5 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Mon, 4 May 2020 15:42:48 +0100 Subject: [PATCH] Use PHP 7.2 minimum in tests run with github actions --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ed8c8750b2..7924d63c05 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - php: ['7.1', '7.4'] + php: ['7.2', '7.4'] services: redis: