We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e315c commit fa062d1Copy full SHA for fa062d1
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v5
15
- uses: aboutbits/github-actions-java/setup-with-maven@v4
16
with:
17
- java-version: 21
+ java-version: 25
18
- name: Test
19
env:
20
GITHUB_USER_NAME: ${{ github.actor }}
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
- uses: aboutbits/github-actions-base/git-setup@v2
21
22
23
- uses: aboutbits/github-actions-java/set-version-with-maven@v4
24
25
version: "${{ github.event.inputs.version }}"
0 commit comments