Skip to content

Commit 79019fd

Browse files
committed
removed testing for java 9 and 10
1 parent 990f782 commit 79019fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [windows-2016, windows-2019, ubuntu-18.04, ubuntu-20.04]
15-
java-version: ['8', '9', '10', '11']
15+
java-version: ['8', '11']
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v2

0 commit comments

Comments
 (0)