Skip to content

Commit 55c2ed5

Browse files
author
Julien Ruaux
committed
ci: Set java version to 17
1 parent a6e313a commit 55c2ed5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/early-access.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: redis-field-engineering/redis-github-workflows/.github/workflows/early-access-maven.yml@main
1212
with:
1313
jreleaser-arguments: full-release
14-
java-version: '17'
14+
java-version: 17
1515
secrets:
1616
github-token: ${{ secrets.GIT_ACCESS_TOKEN }}
1717
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
branch: ${{ github.event.inputs.branch }}
2020
version: ${{ github.event.inputs.version }}
2121
publish: true
22+
java-version: 17
2223
secrets:
2324
github-token: ${{ secrets.GIT_ACCESS_TOKEN }}
2425
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)