From 7b070e7777f4c972de314198f17739e7475c4520 Mon Sep 17 00:00:00 2001 From: El Amrani Chakir Date: Fri, 4 Mar 2022 20:22:59 +0100 Subject: [PATCH] tests.yml added more php versions --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f7565df..1cf7146 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['7.4', '8.0', '8.1'] + php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1'] steps: - name: Checkout @@ -45,4 +45,4 @@ jobs: flags: tests name: codecov-umbrella yml: ./codecov.yml - fail_ci_if_error: true \ No newline at end of file + fail_ci_if_error: true