Skip to content

Commit

Permalink
ci: use JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
sylv256 committed Aug 15, 2024
1 parent 4c47120 commit 7da2d41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
strategy:
matrix:
java: [8-jdk, 11-jdk, 15-jdk]
java: [17-jdk]
runs-on: ubuntu-20.04
container:
image: openjdk:${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
runs-on: ubuntu-20.04
container:
image: openjdk:15-jdk
image: openjdk:17-jdk
options: --user root
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 7da2d41

Please sign in to comment.