From 4d939d34a943998f2cb2a12daebdb234a416e577 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 25 Aug 2023 10:20:00 -0700 Subject: [PATCH] GH-269 - Update integration build after Boot releases. --- .github/workflows/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 13a16667..8332a4f3 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -9,7 +9,7 @@ jobs: integration: strategy: matrix: - version: ['3.0.9', '3.0.10-SNAPSHOT', '3.1.3-SNAPSHOT', '3.2.0-M1', '3.2.0-SNAPSHOT'] + version: ['3.0.10', '3.0.11-SNAPSHOT', '3.1.3', '3.1.4-SNAPSHOT', '3.2.0-SNAPSHOT'] name: Build against Boot ${{ matrix.version }} runs-on: ubuntu-latest