Skip to content

Commit

Permalink
Comments about Java versions
Browse files Browse the repository at this point in the history
  • Loading branch information
prdoyle committed Aug 27, 2024
1 parent 8f34e9e commit 43127e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
# First version is for Bosk to use, and the second is for Gradle
java-version: |
22
17
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
# First version is for Bosk to use, and the second is for Gradle
java-version: |
22
17
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

ext {
prodJavaVersion = 21
jdkVersion = 22
jdkVersion = 22 // If you bump this, change the CI workflows too
}

repositories {
Expand Down

0 comments on commit 43127e8

Please sign in to comment.