Skip to content

Commit a3a3a8d

Browse files
committed
Remove JDK11 from GHAs
1 parent 9f3d760 commit a3a3a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
python-version: [ 3.8, 3.9 ]
11-
java-version: [ 11, 17 ]
11+
java-version: [ 17 ]
1212
maven-version: [ '3.8.6' ]
1313
steps:
1414
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)