Skip to content

Commit 3a6905d

Browse files
committed
Github actions: run test on jdk 8, 11 and 13
1 parent 5f69e85 commit 3a6905d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/full-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
java_version: [1.8, 9, 10, 11, 12, 13]
11+
java_version: [1.8, 11, 13]
1212
os: [ubuntu-latest, windows-latest, macOS-latest]
1313

1414
steps:

.github/workflows/quick-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
java_version: [1.8]
12+
java_version: [1.8, 11, 13]
1313
os: [ubuntu-latest]
1414

1515
steps:

0 commit comments

Comments
 (0)