Skip to content

Commit

Permalink
add shopware 6.6 to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rommelfreddy committed Apr 12, 2024
1 parent dc9eea8 commit 8430a39
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,16 @@ jobs:
matrix:
php-versions: [ '8.1', '8.2' ]
mysql-versions: [ '5.7', '8.0' ]
shopware-versions: [ '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' ]
shopware-versions: [ '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' ]
include:
- php-versions: "8.3"
mysql-versions: "8.0"
shopware-versions: "v6.6.0.0"
exclude:
- php-versions: "8.1"
shopware-versions: "v6.6.0.0"
- mysql-versions: "5.7"
shopware-versions: "v6.6.0.0"
services:
mysql:
image: mysql:${{ matrix.mysql-versions }}
Expand Down

0 comments on commit 8430a39

Please sign in to comment.