We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06bf016 commit 685ebfaCopy full SHA for 685ebfa
.github/workflows/workflow.yml
@@ -49,7 +49,7 @@ jobs:
49
strategy:
50
matrix:
51
# test against each major Java version
52
- java: [ 11, 15, 16, 17, 21, 23 ]
+ java: [ 11, 16, 17, 21, 23 ]
53
steps:
54
# Checks-out the repository under $GITHUB_WORKSPACE
55
- uses: actions/checkout@v4
0 commit comments