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