Skip to content

Commit 01c9354

Browse files
Merge pull request #65 from BastiaanJansen/dev
updated publish job
2 parents e72adce + 77bb389 commit 01c9354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
java: [ 1.8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ]
12+
java: [ 1.8, 9, 11, 12, 13, 14, 15, 16, 17 ]
1313
name: Java ${{ matrix.java }} build
1414
steps:
1515
- name: Checkout source code

0 commit comments

Comments
 (0)