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 92e192f commit 2a1e6d8Copy full SHA for 2a1e6d8
.github/workflows/maven-build.yml
@@ -19,13 +19,13 @@ jobs:
19
runs-on: ${{ matrix.os }}
20
strategy:
21
matrix:
22
- java: [11, 17]
+ java: [11, 17, 21]
23
os: [ubuntu-latest]
24
distribution: [temurin]
25
26
steps:
27
- name: Checkout code
28
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
29
30
- name: Setup JDK
31
uses: actions/setup-java@v3
.github/workflows/maven-deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
18
- name: Configure GIT
run: |
0 commit comments