From 08008ca847b8a174e69ccafed524476277e464be Mon Sep 17 00:00:00 2001 From: DeveloperMarius Date: Tue, 23 Mar 2021 13:40:08 +0100 Subject: [PATCH] Add PHP 7.3 check --- .github/workflows/ci.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7fa3a1..e176f09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: - ubuntu-latest - windows-latest php-version: + - 7.3 - 7.4 phpunit-version: - 8.5.2 @@ -65,17 +66,5 @@ jobs: - name: Install highest dependencies with composer if: matrix.dependencies == 'highest' run: composer update --no-ansi --no-interaction --no-progress -# - name: Install dependencies -# run: composer install --prefer-dist - name: Run tests with phpunit - run: composer test - - -# - name: Setup composer -# uses: php-actions/composer@v5 -# with: -# php_version: 7.4.6 -# - name: PHPUnit version -# run: vendor/bin/phpunit --version -# - name: PHPUnit tests -# run: vendor/bin/phpunit tests \ No newline at end of file + run: composer test \ No newline at end of file