Skip to content

Commit

Permalink
RATESWSX-305: remove js-file built by sw6.6 & readd js-file built by …
Browse files Browse the repository at this point in the history
…sw6.5 & restrict module to sw6.5
  • Loading branch information
rommelfreddy committed Sep 19, 2024
1 parent 57ed4d3 commit e9d935b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 750 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
runs-on: 'ubuntu-latest'
strategy:
matrix:
php-version: [ '8.2', '8.3' ]
mysql-version: [ '8.0' ]
shopware-version: [ 'v6.6.0.0', 'v6.6.1.0', 'v6.6.2.0', 'v6.6.3.0', 'v6.6.4.0' ]
php-version: [ '8.1', '8.2' ]
mysql-version: [ '5.7', '8.0' ]
shopware-version: [ 'v6.5.0.0', 'v6.5.1.0', 'v6.5.2.0', 'v6.5.3.0', 'v6.5.4.0', 'v6.5.5.0', 'v6.5.6.0', 'v6.5.7.3', 'v6.5.8.0' ]
fail-fast: false
max-parallel: 10
services:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"require": {
"php": "^8.1",
"ratepay/php-library": "^1.8",
"shopware/core": "~6.6.0",
"shopware/core": "~6.5.0",
"ext-simplexml": "*",
"ext-json": "*"
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e9d935b

Please sign in to comment.