Skip to content

Commit

Permalink
Update java.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme authored Oct 9, 2024
1 parent 6a6df1d commit 9ae3403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
strategy:
fail-fast: false
matrix:
jdk: [11]
jdk: [21]
steps:
- name: Set up Java
uses: actions/setup-java@v4
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
strategy:
fail-fast: false
matrix:
jdk: [11]
jdk: [21]
steps:
- name: Set up Java
uses: actions/setup-java@v4
Expand Down

0 comments on commit 9ae3403

Please sign in to comment.