mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
GitHub Actions: Build with JDK 15 rather than 14.
This commit is contained in:
parent
c4fb770d98
commit
02ee7cc3b4
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: [ '8', '11', '14' ]
|
||||
java: [ '8', '11', '15' ]
|
||||
fail-fast: false
|
||||
name: JAVA ${{ matrix.java }} OS ${{ matrix.os }}
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue