We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec4590 commit 7135180Copy full SHA for 7135180
1 file changed
.github/workflows/ci-maven.yml
@@ -34,7 +34,7 @@ jobs:
34
runs-on: ubuntu-latest
35
strategy:
36
matrix:
37
- java-version: [8, 11, 17]
+ java-version: [8, 11, 17, 21]
38
steps:
39
- name: Checkout repository
40
uses: actions/checkout@v4
0 commit comments