GitHub Actions: Build with JDK 15 rather than 14.

This commit is contained in:
Sean Gilligan 2020-08-26 10:53:17 -07:00 committed by Andreas Schildbach
parent c4fb770d98
commit 02ee7cc3b4

View file

@ -8,7 +8,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macOS-latest, windows-latest] os: [ubuntu-latest, macOS-latest, windows-latest]
java: [ '8', '11', '14' ] java: [ '8', '11', '15' ]
fail-fast: false fail-fast: false
name: JAVA ${{ matrix.java }} OS ${{ matrix.os }} name: JAVA ${{ matrix.java }} OS ${{ matrix.os }}
steps: steps: