diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index af9448cb..bf6535e4 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -10,14 +10,14 @@ jobs: strategy: matrix: boot: + - '3.1.12' - '3.2.12' - - '3.2.13-SNAPSHOT' - '3.3.6' - '3.3.7-SNAPSHOT' - '3.4.1-SNAPSHOT' jmolecules: - - '2023.2.0' - - '2025.0.0-RC1' + - '2023.2.1' + - '2025.0.0-RC2' name: Build against Boot ${{ matrix.boot }} / jMolecules ${{ matrix.jmolecules }} runs-on: ubuntu-latest