mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 01:40:26 +01:00
GitHub Actions: in the build matrix, update JDK 16 to JDK 17 LTS
This commit is contained in:
parent
839139f8fb
commit
744480be89
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
java: [ '8', '11', '16']
|
||||
java: ['8', '11', '17']
|
||||
distribution: ['temurin']
|
||||
gradle: ['7.2']
|
||||
fail-fast: false
|
||||
|
Loading…
Reference in New Issue
Block a user