Skip to content

Commit

Permalink
[ECP-9424]Upgrading Library version to V20.2.0 (#541)
Browse files Browse the repository at this point in the history
* Upgrading Library version to 20.2.0

* Making changes to release asset yml, passing php version

* Making changes to release asset yml, passing php version

---------

Co-authored-by: Can Demiralp <[email protected]>
  • Loading branch information
khushboo-singhvi and candemiralp authored Sep 9, 2024
1 parent 90e919c commit e5ccf68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/upload-release-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2+' # Ensures that PHP 8.2 is used
extensions: mbstring, xml, intl

- name: Prepare release artifact
run: .github/workflows/scripts/prepare-release-asset.sh

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"shopware/core": "~6.6.0",
"shopware/storefront": "~6.6.0",
"adyen/php-api-library": "^17.5.0",
"adyen/php-api-library": "^20.2.0",
"adyen/php-webhook-module": "^1",
"ext-json": "*"
},
Expand Down

0 comments on commit e5ccf68

Please sign in to comment.