From f188689abddcabf13960c7e6b851566b7d15be8e Mon Sep 17 00:00:00 2001 From: SebSept Date: Tue, 25 May 2021 13:55:56 +0200 Subject: [PATCH] workflow with php 7.2, 7.3, 7.4 --- .github/workflows/phpstan_and_style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpstan_and_style.yml b/.github/workflows/phpstan_and_style.yml index 6a41b35..7567a2a 100644 --- a/.github/workflows/phpstan_and_style.yml +++ b/.github/workflows/phpstan_and_style.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-version: ['7.2'] + php-version: ['7.2', '7.3', '7.4'] steps: - name: Checkout