Skip to content

Commit 685ebfa

Browse files
committed
Remove v15
1 parent 06bf016 commit 685ebfa

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
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
matrix:
5151
# test against each major Java version
52-
java: [ 11, 15, 16, 17, 21, 23 ]
52+
java: [ 11, 16, 17, 21, 23 ]
5353
steps:
5454
# Checks-out the repository under $GITHUB_WORKSPACE
5555
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)