We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0f921 commit e60fbedCopy full SHA for e60fbed
1 file changed
.github/workflows/ci.yaml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
fail-fast: false
27
matrix:
28
- java: [11, 17, 21]
+ java: [11, 17, 21, 24]
29
steps:
30
- uses: actions/checkout@v4
31
- uses: actions/setup-java@v4
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
0 commit comments