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 ec68d72 commit fb50718
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/reusable-integrationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
matrix:
gradleVersion:
- "7.6"
- "8.5"
- "8.6"
os:
- windows-latest
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/reusable-unitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
matrix:
gradleVersion:
- "7.6"
- "8.5"
- "8.6"
os:
- windows-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")
val gradleVersions = listOf("7.6", "8.6")

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

0 comments on commit fb50718

Please sign in to comment.