From dd4c0dcaa683f5ada0b02e826e5eb55f837464b1 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 5 Dec 2024 18:43:13 +0100 Subject: [PATCH] GH-977 - Upgrade integration builds against latest versions. --- .github/workflows/integration.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 1f0bbbbf..7b5d2ea5 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -10,11 +10,15 @@ jobs: strategy: matrix: version: + - '3.0.13' - '3.1.12' - - '3.2.12-SNAPSHOT' + - '3.3.6' - '3.3.7-SNAPSHOT' - - '3.4.0-RC1' - - '3.4.0-SNAPSHOT' + - '3.4.0' + - '3.4.1-SNAPSHOT' + jmolecules: + - '2023.2.1' + - '2025.0.0-RC2' name: Build against Boot ${{ matrix.version }} runs-on: ubuntu-latest