diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55aeadd..bdb297b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,6 @@ jobs: - name: PHPUnit Tests uses: php-actions/phpunit@v2 with: - php_version: 7.4 + php_version: 8.0 bootstrap: vendor/autoload.php configuration: ./.github/workflows/phpunit.xml