From 72af66b78669452c5e2930955e6bab1098381288 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 5 Dec 2024 18:26:07 +0100 Subject: [PATCH] GH-955 - Upgrade integration builds to latest releases and previews. --- .github/workflows/integration.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index af9448cb..bf6535e4 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -10,14 +10,14 @@ jobs: strategy: matrix: boot: + - '3.1.12' - '3.2.12' - - '3.2.13-SNAPSHOT' - '3.3.6' - '3.3.7-SNAPSHOT' - '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