Skip to content

Commit

Permalink
ci: Add php version to translation action
Browse files Browse the repository at this point in the history
  • Loading branch information
DenverCoder1 committed May 7, 2024
1 parent b59d67a commit 807af38
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/translation-progress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- ".github/workflows/translation-progress.yml"
- "README.md"

env:
PHP_VERSION: 8.2

jobs:
build-test:
runs-on: ubuntu-latest
Expand All @@ -20,7 +23,8 @@ jobs:
- uses: php-actions/composer@v6
with:
php_extensions: intl

php_version: ${{ env.PHP_VERSION }}

- name: Update Translations
run: php scripts/translation-progress.php

Expand Down

0 comments on commit 807af38

Please sign in to comment.