diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 1f0bbbbf..7b5d2ea5 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -10,11 +10,15 @@ jobs: strategy: matrix: version: + - '3.0.13' - '3.1.12' - - '3.2.12-SNAPSHOT' + - '3.3.6' - '3.3.7-SNAPSHOT' - - '3.4.0-RC1' - - '3.4.0-SNAPSHOT' + - '3.4.0' + - '3.4.1-SNAPSHOT' + jmolecules: + - '2023.2.1' + - '2025.0.0-RC2' name: Build against Boot ${{ matrix.version }} runs-on: ubuntu-latest