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.
2 parents 8cd2943 + fa35e33 commit 3a0e003Copy full SHA for 3a0e003
.github/workflows/ci.yml
@@ -9,10 +9,10 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- java: [11, 17, 21]
+ java: [11, 17, 21, 24]
13
steps:
14
- name: Checkout sources
15
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
16
17
- name: Set up JDK
18
uses: actions/setup-java@v4
@@ -27,12 +27,12 @@ jobs:
27
28
29
30
31
32
33
34
with:
35
- java-version: 21
+ java-version: 24
36
distribution: 'zulu'
37
38
- name: Build with coverage
0 commit comments