Skip to content

Commit 297f25f

Browse files
committed
ci: add tests for PHP 8.5
1 parent eb608fd commit 297f25f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
tools: flex
2727

2828
- name: Checkout code
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030

3131
- name: Download dependencies
3232
run: composer update --no-interaction --prefer-dist --optimize-autoloader --prefer-stable
@@ -49,7 +49,7 @@ jobs:
4949
tools: flex
5050

5151
- name: Checkout code
52-
uses: actions/checkout@v5
52+
uses: actions/checkout@v6
5353

5454
- name: Download dependencies
5555
run: composer update --no-interaction --prefer-dist --optimize-autoloader --prefer-stable --prefer-lowest

0 commit comments

Comments
 (0)