From 13ad4b75eeb2977b289f7f07d339d2f6c0cf06ca Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Sat, 19 Apr 2025 15:59:30 +0200 Subject: [PATCH] GH-1166 - Add further jMolecules integration builds. --- .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 0c7578a1..1e0a3864 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -18,8 +18,8 @@ jobs: - '3.5.0-M3' - '3.5.0-SNAPSHOT' jmolecules: - - '2023.2.1' - - '2025.0.0-RC2' + - '2023.3.1' + - '2025.0.0-RC3' name: Build against Boot ${{ matrix.boot }} / jMolecules ${{ matrix.jmolecules }} runs-on: ubuntu-latest