From a915f7642204c69c6442b91e3bf9d117940b865c Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 15 Jun 2023 19:10:58 +0200 Subject: [PATCH] GH-217 - Upgrade CI integration builds after recent 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 c1158f9a..768e39c8 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -9,7 +9,7 @@ jobs: integration: strategy: matrix: - version: ['3.0.4-SNAPSHOT', '3.1.0-SNAPSHOT'] + version: ['3.0.7', '3.0.8-SNAPSHOT', '3.1.1-SNAPSHOT', '3.2.0-SNAPSHOT'] name: Build against Boot ${{ matrix.version }} runs-on: ubuntu-latest