mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
gradle.yml: update JDK to 21-ea in the build matrix
This commit is contained in:
parent
6f1ceb47b5
commit
52b9e3ad0e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||||
java: ['11', '17', '20']
|
java: ['11', '17', '21-ea']
|
||||||
distribution: ['temurin']
|
distribution: ['temurin']
|
||||||
gradle: ['8.3']
|
gradle: ['8.3']
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Add table
Reference in a new issue