Skip to content

Commit

Permalink
jdk 22
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Apr 27, 2024
1 parent 0c310fb commit b041c7f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
java_version: [11, 17, 21]
java_version: [11, 17, 22]
test_config_method: ["DSL", "PROPERTIES", "BASE"]

steps:
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -10,9 +10,9 @@
- Kotlin Gradle Plugin 1.9.20

#### Compatibility tested up to
- JDK 21
- JDK 22
- Gradle 8.7
- Gradle 8.8-rc-1g
- Gradle 8.8-rc-1
- Android Gradle Plugin 8.3.2
- Android Gradle Plugin 8.4.0-rc02
- Android Gradle Plugin 8.5.0-alpha05
Expand Down
Expand Up @@ -78,6 +78,7 @@ enum class GradleVersion(
// stable
GRADLE_8_7(
value = "8.7",
firstUnsupportedJdkVersion = JavaVersion.VERSION_22,
),

// rc
Expand Down

0 comments on commit b041c7f

Please sign in to comment.