We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59d67a commit 807af38Copy full SHA for 807af38
.github/workflows/translation-progress.yml
@@ -11,6 +11,9 @@ on:
11
- ".github/workflows/translation-progress.yml"
12
- "README.md"
13
14
+env:
15
+ PHP_VERSION: 8.2
16
+
17
jobs:
18
build-test:
19
runs-on: ubuntu-latest
@@ -20,7 +23,8 @@ jobs:
20
23
- uses: php-actions/composer@v6
21
24
with:
22
25
php_extensions: intl
-
26
+ php_version: ${{ env.PHP_VERSION }}
27
28
- name: Update Translations
29
run: php scripts/translation-progress.php
30
0 commit comments