From 49f42b74c35239d813f269a63ba5f9d1c95b7532 Mon Sep 17 00:00:00 2001 From: Johannes Przymusinski Date: Fri, 26 May 2023 18:03:40 +0200 Subject: [PATCH] task: add support for shopware 6.5.1.0 --- .github/workflows/build-docker-images.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-docker-images.yaml b/.github/workflows/build-docker-images.yaml index c7299f4..b4d4f4b 100644 --- a/.github/workflows/build-docker-images.yaml +++ b/.github/workflows/build-docker-images.yaml @@ -327,6 +327,10 @@ jobs: php-version: "8.1" flavour: bullseye template: https://github.com/shopware/platform + - shopware-version: v6.5.1.0 + php-version: "8.1" + flavour: bullseye + template: https://github.com/shopware/platform - shopware-version: 6.3 php-version: "7.4" flavour: bullseye