Skip to content

Commit

Permalink
Testing by updating phpversions in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
khushboo-singhvi committed Sep 5, 2024
1 parent 6ba224a commit 3341151
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/upload-release-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
run:
name: Upload Release Asset
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.2', '8.3']
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"type": "shopware-platform-plugin",
"license": "MIT",
"require": {
"php": ">=8.2",
"shopware/core": "~6.6.0",
"shopware/storefront": "~6.6.0",
"adyen/php-api-library": "^17.5.0",
Expand Down

0 comments on commit 3341151

Please sign in to comment.