diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 505da25..0248f53 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -92,7 +92,7 @@ jobs: - 3306:3306 options: --health-cmd="healthcheck.sh --su-mysql --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3 - name: PHP 8.2 - Last + name: PHP Latest steps: - name: Checkout @@ -101,7 +101,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.2 + php-version: latest tools: composer coverage: xdebug