Skip to content

Commit 34a1c06

Browse files
committed
Run tests with PHP latest version
1 parent a34faf3 commit 34a1c06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ jobs:
5959
composer global require php-coveralls/php-coveralls
6060
php-coveralls --coverage_clover=build/logs/clover.xml -v
6161
62-
tests-last:
62+
tests-latest:
6363
runs-on: ubuntu-22.04
6464
timeout-minutes: 10
6565

6666
strategy:
6767
fail-fast: true
6868

69-
name: PHP 8.2 - Last
69+
name: PHP Latest
7070

7171
steps:
7272
- name: Checkout
@@ -75,7 +75,7 @@ jobs:
7575
- name: Setup PHP
7676
uses: shivammathur/setup-php@v2
7777
with:
78-
php-version: 8.2
78+
php-version: latest
7979
tools: composer
8080
coverage: xdebug
8181

0 commit comments

Comments
 (0)