Skip to content

Commit e9d70df

Browse files
committed
Upgrade Unity versions used to run tests on CI (Unity 6.2)
1 parent 58d9bc3 commit e9d70df

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/test-integration.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@ jobs:
4141
matrix:
4242
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
4343
- 6000.0.55f1
44-
- 6000.1.15f1
44+
- 6000.1.16f1
45+
- 6000.2.0f1
4546
testMode:
4647
- All # run tests in editor
4748
include:
48-
- unityVersion: 6000.1.15f1
49+
- unityVersion: 6000.2.0f1
4950
testMode: Standalone # run tests on player
5051

5152
steps:

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,14 @@ jobs:
4242
matrix:
4343
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
4444
- 6000.0.55f1
45-
- 6000.1.15f1
45+
- 6000.1.16f1
46+
- 6000.2.0f1
4647
testMode:
4748
- All # run tests in editor
4849
include:
49-
- unityVersion: 6000.1.15f1
50+
- unityVersion: 6000.2.0f1
5051
octocov: true
51-
- unityVersion: 6000.1.15f1
52+
- unityVersion: 6000.2.0f1
5253
testMode: Standalone # run tests on player
5354

5455
steps:

0 commit comments

Comments
 (0)