Skip to content

Commit

Permalink
[TASK] fix CI step calculate-version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmschuler committed Sep 6, 2024
1 parent 25c1ffd commit 7fa2887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Composer install
uses: php-actions/composer@v6
with:
args: --ignore-platform-req=ext-gd --ignore-platform-req=ext-pcntl --ignore-platform-req=ext-zip
args: --ignore-platform-req=ext-gd --ignore-platform-req=ext-pcntl --ignore-platform-req=ext-zip --ignore-platform-req=ext-intl
php_version: "8.1"
- name: "Create new tag, updating optional version files"
run: |
Expand Down

0 comments on commit 7fa2887

Please sign in to comment.