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

Valery Kharseko
07.48.2024 3fd26e7064e8086d470870014c4fcabe12ae7de5
Add JDK 23 build support (#421)

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