From 98abc9760263e97403334589095a70da8b3f87e2 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Wed, 5 Jan 2022 13:18:39 +0300 Subject: [PATCH] Update tests.yml --- .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 a65f4afc..cc008c50 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - php: ['8.1'] + php: ['7.4', '8.0'] dependency-version: [prefer-stable] steps: