Skip to content

Commit 64f73ac

Browse files
committed
Gradle 8.5
1 parent d557189 commit 64f73ac

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/reusable-integrationTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
gradleVersion:
1919
- "7.6"
20-
- "8.4"
20+
- "8.5"
2121
os:
2222
- windows-latest
2323
- ubuntu-latest

.github/workflows/reusable-unitTests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on: [ workflow_call ]
44

55
jobs:
66
baseUnitTest:
7-
name: Gradle 8.4 @ ubuntu-latest
7+
name: Gradle 8.5 @ ubuntu-latest
88
uses: ./.github/workflows/reusable-single-unitTest.yml
99
with:
10-
gradleVersion: "8.4"
10+
gradleVersion: "8.5"
1111
os: ubuntu-latest
1212

1313
unitTests:
@@ -23,11 +23,11 @@ jobs:
2323
matrix:
2424
gradleVersion:
2525
- "7.6"
26-
- "8.4"
26+
- "8.5"
2727
os:
2828
- windows-latest
2929
- ubuntu-latest
3030
- macos-latest
3131
exclude:
3232
- os: ubuntu-latest
33-
gradleVersion: "8.4"
33+
gradleVersion: "8.5"

.github/workflows/single-unitTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
description: "Gradle Version"
1111
required: true
1212
type: string
13-
default: "8.4"
13+
default: "8.5"
1414
os:
1515
description: "Operation System"
1616
required: true

.teamcity/settings.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ project {
4343
}
4444

4545
val operatingSystems = listOf("Linux", "Windows", "macOS")
46-
val gradleVersions = listOf("7.6", "8.4")
46+
val gradleVersions = listOf("7.6", "8.5")
4747

4848
val buildChain = sequential {
4949
operatingSystems.forEach { os ->

0 commit comments

Comments
 (0)