Skip to content

Commit

Permalink
Test with PHP latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Dec 7, 2023
1 parent b801246 commit 95e5c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
strategy:
fail-fast: true

name: PHP 8.2 - Last
name: PHP Latest

steps:
- name: Checkout
Expand All @@ -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

Expand Down

0 comments on commit 95e5c63

Please sign in to comment.