Skip to content

Commit 807af38

Browse files
committed
ci: Add php version to translation action
1 parent b59d67a commit 807af38

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/translation-progress.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
- ".github/workflows/translation-progress.yml"
1212
- "README.md"
1313

14+
env:
15+
PHP_VERSION: 8.2
16+
1417
jobs:
1518
build-test:
1619
runs-on: ubuntu-latest
@@ -20,7 +23,8 @@ jobs:
2023
- uses: php-actions/composer@v6
2124
with:
2225
php_extensions: intl
23-
26+
php_version: ${{ env.PHP_VERSION }}
27+
2428
- name: Update Translations
2529
run: php scripts/translation-progress.php
2630

0 commit comments

Comments
 (0)