From 0892f5b6f331685e083dedea31f155805c3732c2 Mon Sep 17 00:00:00 2001 From: DeveloperMarius Date: Tue, 23 Mar 2021 15:49:32 +0100 Subject: [PATCH] replaced php version 7.3 with with 7.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f44c1f..e2ccc7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - ubuntu-latest - windows-latest php-version: - - 7.3 + - 7.1 - 7.4 phpunit-version: - 7.5.20