diff --git a/.github/workflows/bld.yml b/.github/workflows/bld.yml index 94c4f66..b94976b 100644 --- a/.github/workflows/bld.yml +++ b/.github/workflows/bld.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - java-version: [ 17, 19 ] + java-version: [ 17, 19, 20 ] steps: - name: Checkout source repository @@ -19,7 +19,7 @@ jobs: - name: Set up JDK ${{ matrix.java-version }} uses: actions/setup-java@v3 with: - distribution: 'temurin' + distribution: 'zulu' java-version: ${{ matrix.java-version }} - name: Grant execute permission for bld