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

Valery Kharseko
26.57.2025 8d9392844e9e054d078a55a67a2baf10808dce13
Add support Java SE 24 (#500)

1 files modified
2 ■■■ changed files
.github/workflows/build.yml 2 ●●● patch | view | raw | blame | history
.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: