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

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