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