Skip to content

Commit 2fa7b41

Browse files
committed
Merge branch 'main' into vercel
2 parents 0189231 + 100fb7d commit 2fa7b41

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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)