diff --git a/.github/workflows/reusable-integrationTests.yml b/.github/workflows/reusable-integrationTests.yml index 6d74bf063d..ce4901bcd4 100644 --- a/.github/workflows/reusable-integrationTests.yml +++ b/.github/workflows/reusable-integrationTests.yml @@ -18,6 +18,7 @@ jobs: gradleVersion: - "7.6" - "8.2.1" + - "8.3-rc-3" os: - windows-latest - ubuntu-latest diff --git a/.github/workflows/reusable-unitTests.yml b/.github/workflows/reusable-unitTests.yml index b1fa2a475c..758b3c7128 100644 --- a/.github/workflows/reusable-unitTests.yml +++ b/.github/workflows/reusable-unitTests.yml @@ -31,6 +31,7 @@ jobs: gradleVersion: - "7.6" - "8.2.1" + - "8.3-rc-3" os: - windows-latest - ubuntu-latest diff --git a/.teamcity/settings.kts b/.teamcity/settings.kts index 7de67deab7..d4f798e9a4 100644 --- a/.teamcity/settings.kts +++ b/.teamcity/settings.kts @@ -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 ->