Skip to content

Commit

Permalink
Add Gradle 8.3-rc-3 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Aug 3, 2023
1 parent 1736332 commit 6696baa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/reusable-integrationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
gradleVersion:
- "7.6"
- "8.2.1"
- "8.3-rc-3"
os:
- windows-latest
- ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reusable-unitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
gradleVersion:
- "7.6"
- "8.2.1"
- "8.3-rc-3"
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 @@ -44,7 +44,7 @@ project {
}

val operatingSystems = listOf("Linux", "Windows", "macOS")
val gradleVersions = listOf("7.6", "8.2.1")
val gradleVersions = listOf("7.6", "8.2.1", "8.3-rc-3")

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

0 comments on commit 6696baa

Please sign in to comment.