Skip to content

Commit

Permalink
Update Unity editor version to 2022.3.22f1 (LTS) (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabLeRoux authored Jun 12, 2024
1 parent e05d013 commit 1acb416
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 37 deletions.
44 changes: 22 additions & 22 deletions .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ workflows:
executor:
name: "unity/ubuntu"
target_platform: "linux-il2cpp"
editor_version: "2021.3.1f1"
editor_version: "2022.3.33f1"
resource_class: "medium"
project-path: "Unity2D-Demo-Game-CI-CD/src"
test-platform: "playmode"
Expand All @@ -110,7 +110,7 @@ workflows:
executor:
name: "unity/ubuntu"
target_platform: "linux-il2cpp"
editor_version: "2021.3.1f1"
editor_version: "2022.3.33f1"
resource_class: "medium"
project-path: "Unity2D-Demo-Game-CI-CD/src"
custom-parameters: "-testFilter EnemyMovesLeft -customParam1 potato -customParam2 $CIRCLE_WORKFLOW_ID"
Expand All @@ -127,7 +127,7 @@ workflows:
# executor:
# name: "unity/windows-2019"
# size: "large"
# editor_version: "2021.3.2f1"
# editor_version: "2022.3.33f1"
# target_platform: "windows-il2cpp"
# project-path: "Unity2D-Demo-Game-CI-CD/src"
# test-platform: "playmode"
Expand All @@ -143,7 +143,7 @@ workflows:
# executor:
# name: "unity/windows-2019"
# size: "large"
# editor_version: "2021.3.2f1"
# editor_version: "2022.3.33f1"
# target_platform: "windows-il2cpp"
# project-path: "Unity2D-Demo-Game-CI-CD/src"
# custom-parameters: "-testFilter EnemyMovesLeft -customParam1 potato -customParam2 $CIRCLE_WORKFLOW_ID"
Expand All @@ -159,7 +159,7 @@ workflows:
unity-password-var-name: "UNITY_PASSWORD"
executor:
name: "unity/macos"
editor_version: "2021.3.1f1"
editor_version: "2022.3.33f1"
resource_class: "large"
project-path: "Unity2D-Demo-Game-CI-CD/src"
test-platform: "playmode"
Expand All @@ -174,7 +174,7 @@ workflows:
unity-password-var-name: "UNITY_PASSWORD"
executor:
name: "unity/macos"
editor_version: "2021.3.1f1"
editor_version: "2022.3.33f1"
resource_class: "large"
project-path: "Unity2D-Demo-Game-CI-CD/src"
custom-parameters: "-testFilter EnemyMovesLeft -customParam1 potato -customParam2 $CIRCLE_WORKFLOW_ID"
Expand All @@ -193,7 +193,7 @@ workflows:
executor:
name: "unity/ubuntu"
target_platform: "linux-il2cpp"
editor_version: "2021.3.1f1"
editor_version: "2022.3.33f1"
resource_class: "large"
project-path: "Unity2D-Demo-Game-CI-CD/src"
build-target: StandaloneLinux64
Expand All @@ -210,7 +210,7 @@ workflows:
# executor:
# name: "unity/windows-2019"
# size: "large"
# editor_version: "2021.3.2f1"
# editor_version: "2022.3.33f1"
# target_platform: "windows-il2cpp"
# project-path: "Unity2D-Demo-Game-CI-CD/src"
# build-target: StandaloneWindows64
Expand All @@ -226,7 +226,7 @@ workflows:
unity-password-var-name: "UNITY_PASSWORD"
executor:
name: "unity/macos"
editor_version: "2021.3.1f1"
editor_version: "2022.3.33f1"
resource_class: "large"
project-path: "Unity2D-Demo-Game-CI-CD/src"
build-target: StandaloneOSX
Expand All @@ -245,7 +245,7 @@ workflows:
executor:
name: "unity/ubuntu"
target_platform: "base"
editor_version: "2021.3.1f1"
editor_version: "2022.3.33f1"
resource_class: "large"
project-path: "Unity2D-Demo-Game-CI-CD/src"
build-target: StandaloneLinux64
Expand All @@ -262,7 +262,7 @@ workflows:
executor:
name: "unity/ubuntu"
target_platform: "windows-mono"
editor_version: "2021.3.2f1"
editor_version: "2022.3.33f1"
resource_class: "large"
project-path: "Unity2D-Demo-Game-CI-CD/src"
build-target: "StandaloneWindows64"
Expand All @@ -278,7 +278,7 @@ workflows:
executor:
name: "unity/ubuntu"
target_platform: "mac-mono"
editor_version: "2021.3.2f1"
editor_version: "2022.3.33f1"
resource_class: "large"
project-path: "Unity2D-Demo-Game-CI-CD/src"
build-target: "StandaloneOSX"
Expand All @@ -296,7 +296,7 @@ workflows:
executor:
name: "unity/ubuntu"
target_platform: "webgl"
editor_version: "2021.3.1f1"
editor_version: "2022.3.33f1"
resource_class: "large"
project-path: "Unity2D-Demo-Game-CI-CD/src"
build-target: "WebGL"
Expand All @@ -313,7 +313,7 @@ workflows:
executor:
name: "unity/ubuntu"
target_platform: "android"
editor_version: "2021.3.2f1"
editor_version: "2022.3.33f1"
resource_class: "large"
project-path: "Unity2D-Demo-Game-CI-CD/src"
build-target: "Android"
Expand All @@ -329,7 +329,7 @@ workflows:
executor:
name: "unity/ubuntu"
target_platform: "ios"
editor_version: "2021.3.2f1"
editor_version: "2022.3.33f1"
resource_class: "large"
project-path: "Unity2D-Demo-Game-CI-CD/src"
build-target: "iOS"
Expand All @@ -345,7 +345,7 @@ workflows:
# executor:
# name: "unity/windows-2019"
# size: "large"
# editor_version: "2021.3.2f1"
# editor_version: "2022.3.33f1"
# target_platform: "appletv"
# project-path: "Unity2D-Demo-Game-CI-CD/src"
# build-target: tvOS
Expand All @@ -364,7 +364,7 @@ workflows:
executor:
name: "unity/ubuntu"
target_platform: "base"
editor_version: "2021.3.1f1"
editor_version: "2022.3.33f1"
resource_class: "large"
project-path: "Unity2D-Demo-Game-CI-CD/src"
build-target: StandaloneLinux64
Expand All @@ -381,7 +381,7 @@ workflows:
# executor:
# name: "unity/windows-2019"
# size: "large"
# editor_version: "2021.3.2f1"
# editor_version: "2022.3.33f1"
# target_platform: "windows-il2cpp"
# project-path: "Unity2D-Demo-Game-CI-CD/src"
# build-target: StandaloneWindows64
Expand All @@ -398,7 +398,7 @@ workflows:
unity-password-var-name: "UNITY_PASSWORD"
executor:
name: "unity/macos"
editor_version: "2021.3.1f1"
editor_version: "2022.3.33f1"
resource_class: "large"
project-path: "Unity2D-Demo-Game-CI-CD/src"
build-target: StandaloneOSX
Expand All @@ -416,7 +416,7 @@ workflows:
executor:
name: "unity/ubuntu"
target_platform: "linux-il2cpp"
editor_version: "2021.3.1f1"
editor_version: "2022.3.33f1"
resource_class: "large"
project-path: "Unity2D-Demo-Game-CI-CD/src"
build-target: StandaloneLinux64
Expand All @@ -435,7 +435,7 @@ workflows:
executor:
name: "unity/ubuntu"
target_platform: "base"
editor_version: "2021.3.1f1"
editor_version: "2022.3.33f1"
resource_class: "large"
project-path: "Unity2D-Demo-Game-CI-CD/src"
build-target: StandaloneLinux64
Expand All @@ -456,7 +456,7 @@ workflows:
executor:
name: "unity/ubuntu"
target_platform: "base"
editor_version: "2021.3.1f1"
editor_version: "2022.3.33f1"
resource_class: "large"
project-path: "Unity2D-Demo-Game-CI-CD/src"
build-target: StandaloneLinux64
Expand Down
14 changes: 7 additions & 7 deletions src/examples/test_and_build_personal_license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ usage:
version: 2.1

orbs:
unity: game-ci/unity@1.3.0
unity: game-ci/unity@1.8.0

workflows:
test-build-with-executors:
Expand All @@ -23,7 +23,7 @@ usage:
executor:
name: 'unity/ubuntu'
target_platform: 'linux-il2cpp'
editor_version: '2021.3.1f1'
editor_version: '2022.3.33f1'
resource_class: 'medium'
project-path: 'Unity2D-Demo-Game-CI-CD/src'
test-platform: 'playmode'
Expand All @@ -37,7 +37,7 @@ usage:
executor:
name: 'unity/ubuntu'
target_platform: 'linux-il2cpp'
editor_version: '2021.3.1f1'
editor_version: '2022.3.33f1'
resource_class: 'large'
project-path: 'Unity2D-Demo-Game-CI-CD/src'
build-target: StandaloneLinux64
Expand All @@ -55,7 +55,7 @@ usage:
executor:
name: 'unity/windows-2022'
size: 'large'
editor_version: '2021.3.2f1'
editor_version: '2022.3.33f1'
target_platform: 'windows-il2cpp'
project-path: 'Unity2D-Demo-Game-CI-CD/src'
test-platform: 'playmode'
Expand All @@ -69,7 +69,7 @@ usage:
executor:
name: 'unity/windows-2019'
size: 'large'
editor_version: '2021.3.2f1'
editor_version: '2022.3.33f1'
target_platform: 'windows-il2cpp'
project-path: 'Unity2D-Demo-Game-CI-CD/src'
build-target: StandaloneWindows64
Expand All @@ -86,7 +86,7 @@ usage:
unity-password-var-name: 'UNITY_PASSWORD'
executor:
name: 'unity/macos'
editor_version: '2021.3.1f1'
editor_version: '2022.3.33f1'
resource_class: 'large'
project-path: 'Unity2D-Demo-Game-CI-CD/src'
test-platform: 'playmode'
Expand All @@ -100,7 +100,7 @@ usage:
executor:
name: 'unity/macos'
resource_class: "large"
editor_version: '2021.3.2f1'
editor_version: '2022.3.33f1'
project-path: 'Unity2D-Demo-Game-CI-CD/src'
build-target: StandaloneOSX
compress: true
Expand Down
14 changes: 7 additions & 7 deletions src/examples/test_and_build_pro_or_plus_license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ usage:
version: 2.1

orbs:
unity: game-ci/unity@1.3.0
unity: game-ci/unity@1.8.0

workflows:
test-build-with-executors:
Expand All @@ -23,7 +23,7 @@ usage:
executor:
name: 'unity/ubuntu'
target_platform: 'linux-il2cpp'
editor_version: '2021.3.1f1'
editor_version: '2022.3.33f1'
resource_class: 'medium'
project-path: 'Unity2D-Demo-Game-CI-CD/src'
test-platform: 'playmode'
Expand All @@ -37,7 +37,7 @@ usage:
executor:
name: 'unity/ubuntu'
target_platform: 'linux-il2cpp'
editor_version: '2021.3.1f1'
editor_version: '2022.3.33f1'
resource_class: 'large'
project-path: 'Unity2D-Demo-Game-CI-CD/src'
build-target: StandaloneLinux64
Expand All @@ -55,7 +55,7 @@ usage:
executor:
name: 'unity/windows-2022'
size: 'large'
editor_version: '2021.3.2f1'
editor_version: '2022.3.33f1'
target_platform: 'windows-il2cpp'
project-path: 'Unity2D-Demo-Game-CI-CD/src'
test-platform: 'playmode'
Expand All @@ -69,7 +69,7 @@ usage:
executor:
name: 'unity/windows-2019'
size: 'large'
editor_version: '2021.3.2f1'
editor_version: '2022.3.33f1'
target_platform: 'windows-il2cpp'
project-path: 'Unity2D-Demo-Game-CI-CD/src'
build-target: StandaloneWindows64
Expand All @@ -86,7 +86,7 @@ usage:
unity-password-var-name: 'UNITY_PASSWORD'
executor:
name: 'unity/macos'
editor_version: '2021.3.1f1'
editor_version: '2022.3.33f1'
resource_class: 'large'
project-path: 'Unity2D-Demo-Game-CI-CD/src'
test-platform: 'playmode'
Expand All @@ -100,7 +100,7 @@ usage:
executor:
name: 'unity/macos'
resource_class: "large"
editor_version: '2021.3.2f1'
editor_version: '2022.3.33f1'
project-path: 'Unity2D-Demo-Game-CI-CD/src'
build-target: StandaloneOSX
compress: true
Expand Down
2 changes: 1 addition & 1 deletion src/jobs/create-activation-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
Pick the editor version for the GameCI image.
Available options can be found at https://game.ci/docs/docker/versions.
type: string
default: "2021.3.7f1"
default: "2022.3.33f1"

docker:
- image: 'unityci/editor:ubuntu-<<parameters.editor_version>>-base-3'
Expand Down

0 comments on commit 1acb416

Please sign in to comment.