Skip to content

Commit

Permalink
[releng] Use Java 17 for the GitHub workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
  • Loading branch information
pcdavid committed Dec 3, 2023
1 parent 6043df5 commit 8db9069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 11
java-version: 17
- name: Cache Maven packages
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 8db9069

Please sign in to comment.