Skip to content

Commit

Permalink
Set correctly java version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasrutishauser committed Jul 2, 2024
1 parent 5c914a2 commit 67b2539
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 @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
java:
- 1.8
- 8
- 11
- 17
- 21
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 1.8
java-version: 8
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
Expand Down

0 comments on commit 67b2539

Please sign in to comment.