From 219894eaf44c9e81b6e7142e9b7565ebeba0663c Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 21 Nov 2024 13:08:18 +0100 Subject: [PATCH] GH-958 - Upgrade to Spring Boot 3.3.6. --- .github/workflows/integration.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 533228e0..ea97f6db 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -11,10 +11,11 @@ jobs: matrix: version: - '3.1.12' - - '3.2.11' - - '3.2.12-SNAPSHOT' - - '3.3.6-SNAPSHOT' - - '3.4.0-SNAPSHOT' + - '3.2.12' + - '3.2.13-SNAPSHOT' + - '3.3.7-SNAPSHOT' + - '3.4.0' + - '3.4.1-SNAPSHOT' name: Build against Boot ${{ matrix.version }} runs-on: ubuntu-latest