From 5718498b53fad7830a433608798d3a6825c5b00e Mon Sep 17 00:00:00 2001 From: devansh bawari Date: Wed, 31 Mar 2021 11:20:24 +0530 Subject: [PATCH] Added Workflow For PHP 7.4 Also --- .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 06e4a8643..87066af6f 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.3', '8.0'] + php-versions: ['7.3', '7.4', '8.0'] name: PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-system }} services: