Skip to content

Commit

Permalink
Use java 17 in github workflows as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ties committed May 2, 2024
1 parent 59f05bb commit f8b4a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
# test against latest update of each major Java version, as well as specific updates of LTS versions:
java: [ 11, 17, 21 ]
java: [ 17, 21 ]
name: Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Java
uses: actions/[email protected]
with:
java-version: 11
java-version: 17

- name: Release
env:
Expand Down

0 comments on commit f8b4a47

Please sign in to comment.