Skip to content

Commit

Permalink
Gradle 8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Nov 30, 2023
1 parent d557189 commit 64f73ac
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-integrationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
gradleVersion:
- "7.6"
- "8.4"
- "8.5"
os:
- windows-latest
- ubuntu-latest
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/reusable-unitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on: [ workflow_call ]

jobs:
baseUnitTest:
name: Gradle 8.4 @ ubuntu-latest
name: Gradle 8.5 @ ubuntu-latest
uses: ./.github/workflows/reusable-single-unitTest.yml
with:
gradleVersion: "8.4"
gradleVersion: "8.5"
os: ubuntu-latest

unitTests:
Expand All @@ -23,11 +23,11 @@ jobs:
matrix:
gradleVersion:
- "7.6"
- "8.4"
- "8.5"
os:
- windows-latest
- ubuntu-latest
- macos-latest
exclude:
- os: ubuntu-latest
gradleVersion: "8.4"
gradleVersion: "8.5"
2 changes: 1 addition & 1 deletion .github/workflows/single-unitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
description: "Gradle Version"
required: true
type: string
default: "8.4"
default: "8.5"
os:
description: "Operation System"
required: true
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.4")
val gradleVersions = listOf("7.6", "8.5")

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

0 comments on commit 64f73ac

Please sign in to comment.