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

Valery Kharseko
17.07.2025 b12921ec7a7561a24a3ea2ceca182f7b6c3d2b97
Add support LTS JDK 25 (#555)

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','24']
        java: [ '8','11','17','21','25']
        os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
      fail-fast: false
    steps: