Skip to content

Commit

Permalink
GitHub gradle.yml matrix: Java Temurin 21 (up from 21-ea)
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Oct 13, 2023
1 parent 8804a6e commit 6b40d90
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: [ '11', '17', '21-ea' ]
java: [ '11', '17', '21' ]
distribution: ['temurin']
fail-fast: false
name: ${{ matrix.os }} JDK ${{ matrix.java }}
Expand Down

0 comments on commit 6b40d90

Please sign in to comment.