From 07d87735f3ff9bd646d3e561724debfebadd4180 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 19 Dec 2024 15:27:00 +0100 Subject: [PATCH] GH-999 - Upgrade compatibility releases after Boot 3.4.1 release. --- .github/workflows/integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index bb24a6c2..65cf4f1e 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -14,8 +14,8 @@ jobs: - '3.1.12' - '3.3.6' - '3.3.7-SNAPSHOT' - - '3.4.0' - - '3.4.1-SNAPSHOT' + - '3.4.1' + - '3.4.2-SNAPSHOT' jmolecules: - '2023.2.1' - '2025.0.0-RC2'