From d12c18666613fb228839c4d430b0be4eeb156cf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hakan=20=C3=96zdemir?= Date: Tue, 6 Oct 2020 11:30:15 +0300 Subject: [PATCH] php 7.2 support removed in github actions config --- .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 d3d3c8a..7267c36 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: true matrix: - php: [7.2, 7.3, 7.4] + php: [7.3, 7.4] laravel: [6.*, 7.*, 8.*] dependency-version: [prefer-lowest, prefer-stable]