From eef33bfc105e1da4750f4bd2f3e0d223476bd913 Mon Sep 17 00:00:00 2001 From: Carlos C Soto Date: Fri, 18 Jun 2021 13:50:20 -0500 Subject: [PATCH] Version 3.0.1-1 (do not bauild against PHP 7.2) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 724f8a0..cd3ef1c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,7 +78,7 @@ jobs: strategy: matrix: - php-versions: ['7.2', '7.3', '7.4', '8.0'] + php-versions: ['7.3', '7.4', '8.0'] steps: