Skip to content

Commit c4563b0

Browse files
committed
Test with PHP latest version
1 parent 83cc178 commit c4563b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
strategy:
6969
fail-fast: true
7070

71-
name: PHP 8.2 - Last
71+
name: PHP Latest
7272

7373
steps:
7474
- name: Checkout
@@ -77,7 +77,7 @@ jobs:
7777
- name: Setup PHP
7878
uses: shivammathur/setup-php@v2
7979
with:
80-
php-version: 8.2
80+
php-version: latest
8181
tools: composer
8282
coverage: xdebug
8383

0 commit comments

Comments
 (0)