Skip to content

Commit

Permalink
Add new shopware versions to git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Müller committed Nov 15, 2023
1 parent 5497dc3 commit 98e94cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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' ]
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' ]
services:
mysql:
image: mysql:${{ matrix.mysql-versions }}
Expand Down

0 comments on commit 98e94cd

Please sign in to comment.