Skip to content

Commit

Permalink
Merge pull request #245 from PAYONE-GmbH/fix/archive-workflow
Browse files Browse the repository at this point in the history
Fix composer version in archive workflow
  • Loading branch information
janteuber authored Mar 17, 2023
2 parents 44b003c + 0488909 commit feb910c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
php-version: 7.4
extensions: mbstring, xdebug, curl, dom, fileinfo, gd, iconv, intl, json, xml, mbstring, pdo, phar, zip, sodium
tools: composer:v2
tools: composer:v2.2
- name: Check PHP Version
run: php -v
- name: Check Composer Version
Expand Down

0 comments on commit feb910c

Please sign in to comment.