We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369be6a commit f77f408Copy full SHA for f77f408
1 file changed
.github/workflows/ci.yaml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
fail-fast: false
27
matrix:
28
- java: [8, 11, 17, 23]
+ java: [8, 11, 17, 24]
29
steps:
30
- uses: actions/checkout@v4
31
- uses: actions/setup-java@v4
@@ -54,7 +54,7 @@ jobs:
54
runs-on: ubuntu-latest
55
56
57
58
59
60
0 commit comments