Skip to content

Commit 8172ee3

Browse files
committed
update php version to 8.5 in i18n workflow
1 parent cc42eac commit 8172ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/i18n.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: setup php
1818
uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: "8.4"
20+
php-version: "8.5"
2121
extensions: mbstring, xml, ctype, iconv, intl, pdo_sqlite, dom
2222
coverage: none
2323
tools: composer:v2

0 commit comments

Comments
 (0)