mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
gradle.yml: add JDK 18 to build matrix
This commit is contained in:
parent
4a6219bf57
commit
09203438c3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||||
java: ['11', '17']
|
java: ['11', '17', '18']
|
||||||
distribution: ['temurin']
|
distribution: ['temurin']
|
||||||
gradle: ['7.4']
|
gradle: ['7.4']
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Add table
Reference in a new issue