Skip to content

Commit a0d0b28

Browse files
committed
Update java-workflow.yml
1 parent 1d89100 commit a0d0b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
operating-system: [ubuntu-latest,macos-latest,windows-latest]
16-
java-version: ['8','9','10','11','12','13','14','15','16','17','18','19','20','21','22']
16+
java-version: ['8','11','16','17','18','19','20','21','22']
1717
runs-on: ${{matrix.operating-system}}
1818
steps:
1919
- name: Making separate folders

0 commit comments

Comments
 (0)