From 69214d3fb575880849375904fc0ce81af3478a67 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Sat, 19 Apr 2025 15:57:41 +0200 Subject: [PATCH] GH-1163 - Add further jMolecules integration builds. --- .github/workflows/integration.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index dca2775b..b547278b 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -19,8 +19,9 @@ jobs: - '3.5.0-M3' - '3.5.0-SNAPSHOT' jmolecules: - - '2023.2.1' - - '2025.0.0-RC2' + - '2023.2.2' + - '2023.3.1' + - '2025.0.0-RC3' name: Build against Boot ${{ matrix.version }} runs-on: ubuntu-latest