From fd47e7264fd6693bf1baa627b82157993225043d Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Mon, 28 Apr 2025 10:35:17 +0200 Subject: [PATCH 1/6] added 6100 --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58939b7fc..f4c13f859 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: strategy: fail-fast: false matrix: - unity-version: ["2019", "2022", "6000"] + unity-version: ["2019", "2022", "6000", "6100"] uses: ./.github/workflows/smoke-test-create.yml with: unity-version: ${{ matrix.unity-version }} @@ -98,7 +98,7 @@ jobs: strategy: fail-fast: false matrix: - unity-version: ["2019", "2022", "6000"] + unity-version: ["2019", "2022", "6000", "6100"] platform: ["WebGL", "Linux"] include: - platform: WebGL @@ -210,7 +210,7 @@ jobs: strategy: fail-fast: false matrix: - unity-version: ["2019", "2022", "6000"] + unity-version: ["2019", "2022", "6000", "6100"] uses: ./.github/workflows/android-smoke-test-build.yml with: unity-version: ${{ matrix.unity-version }} @@ -229,7 +229,7 @@ jobs: matrix: api-level: [30, 31, 34] # last updated January 2025 init-type: ["runtime", "buildtime"] - unity-version: ["2019", "2022", "6000"] + unity-version: ["2019", "2022", "6000", "6100"] ios-smoke-test-build: name: Build iOS ${{ matrix.unity-version }} Smoke Test @@ -239,7 +239,7 @@ jobs: strategy: fail-fast: false matrix: - unity-version: ["2019", "2022", "6000"] + unity-version: ["2019", "2022", "6000", "6100"] uses: ./.github/workflows/ios-smoke-test-build.yml with: unity-version: ${{ matrix.unity-version }} @@ -252,7 +252,7 @@ jobs: strategy: fail-fast: false matrix: - unity-version: ["2019", "2022", "6000"] + unity-version: ["2019", "2022", "6000", "6100"] init-type: ["runtime", "buildtime"] uses: ./.github/workflows/ios-smoke-test-compile.yml with: @@ -271,7 +271,7 @@ jobs: strategy: fail-fast: false matrix: - unity-version: ["2019", "2022", "6000"] + unity-version: ["2019", "2022", "6000", "6100"] # Check https://support.apple.com/en-us/HT201222 for the latest minor version for a given major one. # https://developer.apple.com/support/app-store/ shows that of all iOS devices # - `iOS 17`: 86 % @@ -292,7 +292,7 @@ jobs: strategy: fail-fast: false matrix: - unity-version: ["2019", "2022", "6000"] + unity-version: ["2019", "2022", "6000", "6100"] platform: ["WebGL", "Linux"] steps: - name: Checkout @@ -330,7 +330,7 @@ jobs: strategy: fail-fast: false matrix: - unity-version: ["2019", "2022", "6000"] + unity-version: ["2019", "2022", "6000", "6100"] # os: ["windows", "macos"] os: ["windows"] include: From 11ab0df0cea0d02ccecb973edf8c35e53127af85 Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Mon, 28 Apr 2025 10:42:28 +0200 Subject: [PATCH 2/6] missed a spot --- scripts/ci-env.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/ci-env.ps1 b/scripts/ci-env.ps1 index 855fe64d0..3eebb59b2 100644 --- a/scripts/ci-env.ps1 +++ b/scripts/ci-env.ps1 @@ -22,6 +22,9 @@ switch ($name) { "unity6000" { return "6000.0.47f1" } + "unity6100" { + return "6000.1.0f1" + } Default { throw "Unkown variable '$name'" } From 0c620ec1332c33ffd9e99d7a6a1e66a97a344423 Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Wed, 7 May 2025 17:39:52 +0200 Subject: [PATCH 3/6] bumped to 6.1.1 --- scripts/ci-env.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci-env.ps1 b/scripts/ci-env.ps1 index 3eebb59b2..a29fedd06 100644 --- a/scripts/ci-env.ps1 +++ b/scripts/ci-env.ps1 @@ -23,7 +23,7 @@ switch ($name) { return "6000.0.47f1" } "unity6100" { - return "6000.1.0f1" + return "6000.1.1f1" } Default { throw "Unkown variable '$name'" From bb4a68a2eeec02106b866f2b32a425bb51cb8566 Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Wed, 14 May 2025 14:06:44 +0200 Subject: [PATCH 4/6] bumped to 6.1.2 --- scripts/ci-env.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci-env.ps1 b/scripts/ci-env.ps1 index a29fedd06..e873bc34c 100644 --- a/scripts/ci-env.ps1 +++ b/scripts/ci-env.ps1 @@ -23,7 +23,7 @@ switch ($name) { return "6000.0.47f1" } "unity6100" { - return "6000.1.1f1" + return "6000.1.2f1" } Default { throw "Unkown variable '$name'" From 2e0d0e772a98720914e8ad1c9fdb800e19aa2d3c Mon Sep 17 00:00:00 2001 From: Stefan Jandl Date: Wed, 14 May 2025 15:27:06 +0200 Subject: [PATCH 5/6] Apply suggestions from code review fixed merge error --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa225e801..ae102a9c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -210,7 +210,7 @@ jobs: fail-fast: false matrix: unity-version: ["2019", "2022", "6000", "6100"] - uses: ./.github/workflows/android-smoke-test-build.yml + uses: ./.github/workflows/smoke-test-build-android.yml``` with: unity-version: ${{ matrix.unity-version }} @@ -239,7 +239,7 @@ jobs: fail-fast: false matrix: unity-version: ["2019", "2022", "6000", "6100"] - uses: ./.github/workflows/ios-smoke-test-build.yml + uses: ./.github/workflows/smoke-test-build-ios.yml with: unity-version: ${{ matrix.unity-version }} From a89264085c433363a39fa74498205f0bf2f80cb4 Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Wed, 14 May 2025 15:33:55 +0200 Subject: [PATCH 6/6] missed one --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae102a9c1..a4a4c4293 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -210,7 +210,7 @@ jobs: fail-fast: false matrix: unity-version: ["2019", "2022", "6000", "6100"] - uses: ./.github/workflows/smoke-test-build-android.yml``` + uses: ./.github/workflows/smoke-test-build-android.yml with: unity-version: ${{ matrix.unity-version }}