Skip to content

Commit

Permalink
down to java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsEckart committed Apr 20, 2024
1 parent dc996f2 commit a5a40a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
java: [22]
java: [21]
os: [ubuntu, windows]
steps:
- name: Check out repo
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {

java {
toolchain {
languageVersion = JavaLanguageVersion.of(22)
languageVersion = JavaLanguageVersion.of(21)
}
}

Expand Down

0 comments on commit a5a40a6

Please sign in to comment.