mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

maximthomas
18.40.2025 d0c7cbfc9992070e3fb2f6f0784f3ec736de97da
.github/workflows/build.yml
@@ -10,7 +10,7 @@
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        java: [ '11','17','21','23','24']
        java: [ '11','17','21','24']
        os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
      fail-fast: false
    steps: