Skip to content

Commit

Permalink
Run tests with PHP latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Dec 10, 2023
1 parent 0b62328 commit 8ca0820
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,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
Expand All @@ -77,7 +77,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: latest
tools: composer
coverage: xdebug

Expand Down

0 comments on commit 8ca0820

Please sign in to comment.