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:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
java: ['11', '17']
|
||||
java: ['11', '17', '18']
|
||||
distribution: ['temurin']
|
||||
gradle: ['7.4']
|
||||
include:
|
||||
|
|
Loading…
Add table
Reference in a new issue