Skip to content

Commit e1ad8b4

Browse files
authored
Remove Java8 from testing
New PDS requirement is support for Java11. Some repos, like PDS4-JParser and Validate, have specific rationale for supporting Java8 for the time being
1 parent 86dd275 commit e1ad8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branch-cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
strategy:
3434
matrix:
35-
java-version: [8, 11]
35+
java-version: [11]
3636

3737
steps:
3838
-

0 commit comments

Comments
 (0)