From f6ed37b67580ef3b1b1e7115fc2bc838aac33c7e Mon Sep 17 00:00:00 2001 From: jitendra Date: Wed, 23 Mar 2022 19:39:31 +0530 Subject: [PATCH] Git workflow updated to support php > 8.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c53601210..604b5c062 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-versions: ['7.4', '8.0', '8.1'] + php-versions: ['8.0', '8.1'] name: PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-system }} services: