diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index bdf539d42..47a66e751 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -44,7 +44,7 @@ jobs: strategy: fail-fast: false matrix: - unity-prefix: ['2021.3', '2022.3', '6000.0', '6000.1'] + unity-prefix: ['2021.3', '2022.3', '6000.0', '6000.3'] steps: - name: Find the latest Unity version id: version-select diff --git a/scripts/ci-env.ps1 b/scripts/ci-env.ps1 index 78a0e78d3..40b8977af 100644 --- a/scripts/ci-env.ps1 +++ b/scripts/ci-env.ps1 @@ -14,7 +14,7 @@ switch ($name) { return "6000.0.67f1" } "unity6000.3" { - return "6000.3.0f1" + return "6000.3.7f1" } Default { throw "Unkown variable '$name'"