From d7a295cb5c877e01aaed6b1d740f4b207cb8b03f Mon Sep 17 00:00:00 2001 From: DeveloperMarius Date: Tue, 23 Mar 2021 11:53:29 +0100 Subject: [PATCH] Change php version and test execution --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9d228a..cb658cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,10 @@ jobs: - name: Setup composer uses: php-actions/composer@v5 with: - php_version: 7.3 + php_version: 7.4.6 + - name: PHPUnit version + run: phpunit --version - name: PHPUnit tests + run: phpunit tests + - name: PHPUnit tests 2 run: composer test \ No newline at end of file