From 69fdfb3560fdb9562fc82acf17d6dbbbd6e7d97d Mon Sep 17 00:00:00 2001 From: DeveloperMarius Date: Tue, 23 Mar 2021 13:30:57 +0100 Subject: [PATCH] remove matrix include & PHPUnit requires PHP >= 7.3 --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3c354e..73fdb12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,19 +15,19 @@ jobs: matrix: os: - ubuntu-latest -# - windows-latest + - windows-latest php-version: -# - 7.3 - 7.4 + - 8.1 phpunit-version: - 8.5.2 dependencies: - lowest -# - highest - include: - - os: ubuntu-latest - php-version: '7.2' - phpunit-version: '8.5.2' + - highest +# include: +# - os: ubuntu-latest +# php-version: '7.2' +# phpunit-version: '8.5.2' name: PHPUnit Tests steps: - name: Configure git to avoid issues with line endings