Skip to content

Commit a9b1dea

Browse files
committed
Upgrade Unity versions used to run tests on CI (Unity 6.2.6f1, test-framework v1.6.0)
1 parent 3e4a74a commit a9b1dea

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

.github/workflows/test-integration.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.inputs.runner }}
2323
cancel-in-progress: true
2424

25-
permissions: {}
25+
permissions: { }
2626

2727
defaults:
2828
run:
@@ -41,15 +41,15 @@ jobs:
4141
matrix:
4242
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
4343
- 2019.4.40f1
44-
- 2020.3.48f1
44+
- 2020.3.49f1
4545
- 2021.3.45f1
46-
- 2022.3.59f1
47-
- 2023.2.20f1
48-
- 6000.0.41f1
46+
- 2022.3.62f1
47+
- 6000.0.58f1
48+
- 6000.2.6f1
4949
testMode:
5050
- All # run tests in editor
5151
include:
52-
- unityVersion: 6000.0.41f1
52+
- unityVersion: 6000.2.6f1
5353
testMode: Standalone # run tests on player
5454

5555
steps:

.github/workflows/test.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222
group: ${{ github.workflow }}-${{ github.ref }}
2323
cancel-in-progress: true
2424

25-
permissions: {}
25+
permissions: { }
2626

2727
defaults:
2828
run:
@@ -42,17 +42,21 @@ jobs:
4242
matrix:
4343
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
4444
- 2019.4.40f1
45-
- 2020.3.48f1
45+
- 2020.3.49f1
4646
- 2021.3.45f1
47-
- 2022.3.59f1
48-
- 2023.2.20f1
49-
- 6000.0.41f1
47+
- 2022.3.62f1
48+
- 6000.0.43f1
49+
- 6000.0.44f1 # pin test-framework v1.5.1
50+
- 6000.0.58f1
51+
- 6000.1.17f1
52+
- 6000.2.5f1
53+
- 6000.2.6f1 # pin test-framework v1.6.0
5054
testMode:
5155
- All # run tests in editor
5256
include:
53-
- unityVersion: 6000.0.41f1
57+
- unityVersion: 6000.2.6f1
5458
octocov: true
55-
- unityVersion: 6000.0.41f1
59+
- unityVersion: 6000.2.6f1
5660
testMode: Standalone # run tests on player
5761

5862
steps:

0 commit comments

Comments
 (0)