From 48986ffa0e8425f30de384621cc8654b1e7c2820 Mon Sep 17 00:00:00 2001 From: Jakob Givoni Date: Thu, 31 Aug 2023 13:23:22 +0200 Subject: [PATCH] limiting version support checks --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 195078d..76bff54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: job1: strategy: matrix: - php_version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"] + php_version: ["8.0", "8.1", "8.2"] name: PhpStan static analyzer ${{ matrix.php_version }} runs-on: ubuntu-latest steps: @@ -39,7 +39,7 @@ jobs: job2: strategy: matrix: - php_version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"] + php_version: ["8.0", "8.1", "8.2"] name: PhpUnit unit tests ${{ matrix.php_version }} runs-on: ubuntu-latest steps: