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

vharseko
18.55.2022 0e25cf118d88428769f36c98c7a5b624d627ac94
.github/workflows/build.yml
@@ -2,7 +2,6 @@
on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]
@@ -11,7 +10,7 @@
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        java: [ '8', '11']
        java: [ '8','11','16','17','18']
        os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
    steps:
    - name:  Install wine+rpm for distribution
@@ -33,7 +32,7 @@
      uses: actions/setup-java@v2
      with:
        java-version: ${{ matrix.java }}
        distribution: 'adopt'
        distribution: 'temurin'
    - name: Cache Maven packages
      uses: actions/cache@v3
      with: