Skip to content

Commit

Permalink
GitHub gradle.yml workflow: JDK 21-ea (replace JDK 20 in matrix)
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Jul 5, 2023
1 parent 6b3b130 commit 15bcd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
java: ['17', '20']
java: ['17', '21-ea']
distribution: ['temurin']
fail-fast: false
name: ${{ matrix.os }} JDK ${{ matrix.distribution }} ${{ matrix.java }}
Expand Down

0 comments on commit 15bcd7d

Please sign in to comment.