Skip to content

Commit 8a65ae2

Browse files
committed
testing only java 8
1 parent b6f5fee commit 8a65ae2

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', '11', '17']
15+
java-version: ['8']
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v2

0 commit comments

Comments
 (0)