From ff6225ceccc2a244f4bc4210b705b6d27778c3f9 Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 18 Feb 2021 20:16:27 +0300 Subject: [PATCH] fix tests --- .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 7773bc0..696d7f7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - php: ['7.3', '7.4', '8.0'] + php: ['7.4', '8.0'] dependency-version: [prefer-lowest, prefer-stable] steps: