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 6, 2023
1 parent 9087bcf commit 14f5fac
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 @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 14f5fac

Please sign in to comment.