Skip to content

Commit

Permalink
Added JDK 20 to GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Apr 3, 2023
1 parent 318f436 commit c53230d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
java-version: [ 17, 19 ]
java-version: [ 17, 19, 20 ]

steps:
- name: Checkout source repository
Expand All @@ -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
Expand Down

0 comments on commit c53230d

Please sign in to comment.