diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index da904b82..9b28337b 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -10,14 +10,10 @@ jobs: strategy: matrix: version: - - '3.0.16' - - '3.0.17-SNAPSHOT' - - '3.1.12' - - '3.1.13-SNAPSHOT' - '3.2.8' - - '3.2.9-SNAPSHOT' - - '3.3.2' - - '3.3.3-SNAPSHOT' + - '3.2.10-SNAPSHOT' + - '3.3.3' + - '3.3.4-SNAPSHOT' - '3.4.0-SNAPSHOT' name: Build against Boot ${{ matrix.version }} runs-on: ubuntu-latest