Skip to content

Commit 1d89100

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/java-workflow.yml

+1-2
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','11','16','17','21']
16+
java-version: ['8','9','10','11','12','13','14','15','16','17','18','19','20','21','22']
1717
runs-on: ${{matrix.operating-system}}
1818
steps:
1919
- name: Making separate folders
@@ -70,4 +70,3 @@ jobs:
7070
path: |
7171
${{env.SAMPLE_FOLDER}}/${{steps.report-generation.outputs.result-pdf-name}}
7272
73-
#Running the Java Workflow

0 commit comments

Comments
 (0)