Skip to content

Commit 23ee82b

Browse files
committed
Add Java 14
1 parent 87bfb32 commit 23ee82b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
strategy:
1717
matrix:
1818
# test against latest update of each major Java version, as well as specific updates of LTS versions:
19-
java: [ 8, 10, 11, 12, 13 ]
19+
java: [ 8, 10, 11, 12, 13, 14]
2020
steps:
2121
- uses: actions/checkout@v2
2222

23-
- name: Set up JDK 1.8
23+
- name: Set up JDK ${{ matrix.java }}
2424
uses: actions/setup-java@v1
2525
with:
2626
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)