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 Jul 9, 2024
1 parent be17a76 commit c369cba
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 20 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,7 @@ jobs:
matrix:
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.6.0.0', 'v6.6.1.0' ]
include:
- php-version: "8.3"
mysql-version: "8.0"
shopware-version: "v6.6.0.0"
- php-version: "8.3"
mysql-version: "8.0"
shopware-version: "v6.6.1.0"
exclude:
- php-version: "8.1"
shopware-version: "v6.6.0.0"
- mysql-version: "5.7"
shopware-version: "v6.6.0.0"
- php-version: "8.1"
shopware-version: "v6.6.1.0"
- mysql-version: "5.7"
shopware-version: "v6.6.1.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.5.0 || ^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 c369cba

Please sign in to comment.