From c376492c803c61ba868152c550ed43a81e2cb8fe Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Tue, 5 Dec 2023 14:51:41 -0300 Subject: [PATCH] Run test with PHP latest --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1dfb2fd..46d68d2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -59,14 +59,14 @@ jobs: composer global require php-coveralls/php-coveralls php-coveralls --coverage_clover=build/logs/clover.xml -v - tests-last: + tests-latest: runs-on: ubuntu-22.04 timeout-minutes: 10 strategy: fail-fast: true - name: PHP 8.2 - Last + name: PHP Latest steps: - name: Checkout @@ -75,7 +75,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.2 + php-version: latest tools: composer coverage: xdebug