From 85520fe4b2693a8e0143f97e1e7fd48cd728f0b3 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 21 Dec 2023 14:22:48 +0100 Subject: [PATCH] GH-424 - Update compatibility builds. --- .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 2bd276d6..44f62a36 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -10,9 +10,9 @@ jobs: strategy: matrix: version: - - '3.1.5' - - '3.1.6-SNAPSHOT' - - '3.2.0-SNAPSHOT' + - '3.1.7' + - '3.1.8-SNAPSHOT' + - '3.2.2-SNAPSHOT' name: Build against Boot ${{ matrix.version }} runs-on: ubuntu-latest