Skip to content

Commit

Permalink
Use Gradle 8.6 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Feb 5, 2024
1 parent 37e1796 commit ec68d72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-integrationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
gradleVersion:
- "7.6"
- "8.5"
- "8.6-rc-2"
- "8.6"
os:
- windows-latest
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-unitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
gradleVersion:
- "7.6"
- "8.5"
- "8.6-rc-2"
- "8.6"
os:
- windows-latest
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ project {
}

val operatingSystems = listOf("Linux", "Windows", "macOS")
val gradleVersions = listOf("7.6", "8.5", "8.6-rc-2")
val gradleVersions = listOf("7.6", "8.5", "8.6")

val buildChain = sequential {
operatingSystems.forEach { os ->
Expand Down

0 comments on commit ec68d72

Please sign in to comment.