We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27954e commit 33f1456Copy full SHA for 33f1456
.github/workflows/maven.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- java: [11, 17, 21]
+ java: [11, 17, 21, 22]
17
18
steps:
19
- uses: actions/checkout@v4
@@ -36,7 +36,7 @@ jobs:
36
runs-on: windows-latest
37
38
39
40
41
42
@@ -54,7 +54,7 @@ jobs:
54
runs-on: macOS-latest
55
56
57
58
59
60
0 commit comments