From 38404566b33515ae98ab41297e3417032428da60 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 5 Dec 2024 18:24:25 +0100 Subject: [PATCH] GH-955 - Upgrade to latest jMolecules for 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 f82b87a3..35a17180 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -15,8 +15,8 @@ jobs: - '3.3.6' - '3.4.1-SNAPSHOT' jmolecules: - - '2023.2.0' - - '2025.0.0-RC1' + - '2023.2.1' + - '2025.0.0-RC2' name: Build against Boot ${{ matrix.boot }} / jMolecules ${{ matrix.jmolecules }} runs-on: ubuntu-latest