Skip to content

Commit

Permalink
github actions: add sw 6.6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rommelfreddy committed Apr 16, 2024
1 parent 8654739 commit bcdd36b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,23 @@ 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' ]
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"
fail-fast: false
max-parallel: 10
services:
Expand Down

0 comments on commit bcdd36b

Please sign in to comment.