Skip to content

Commit 14f5fac

Browse files
committed
Test with PHP latest version
1 parent 9087bcf commit 14f5fac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- 3306:3306
9393
options: --health-cmd="healthcheck.sh --su-mysql --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
9494

95-
name: PHP 8.2 - Last
95+
name: PHP Latest
9696

9797
steps:
9898
- name: Checkout
@@ -101,7 +101,7 @@ jobs:
101101
- name: Setup PHP
102102
uses: shivammathur/setup-php@v2
103103
with:
104-
php-version: 8.2
104+
php-version: latest
105105
tools: composer
106106
coverage: xdebug
107107

0 commit comments

Comments
 (0)