Skip to content

Commit 5a05c3d

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

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.github/workflows/test-integration.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,12 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
43-
- 6000.0.55f1
44-
- 6000.1.16f1
45-
- 6000.2.0f1
43+
- 6000.0.58f1
44+
- 6000.2.6f1
4645
testMode:
4746
- All # run tests in editor
4847
include:
49-
- unityVersion: 6000.2.0f1
48+
- unityVersion: 6000.2.6f1
5049
testMode: Standalone # run tests on player
5150

5251
steps:

.github/workflows/test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,14 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
44-
- 6000.0.55f1
45-
- 6000.1.16f1
46-
- 6000.2.0f1
44+
- 6000.0.58f1
45+
- 6000.2.6f1
4746
testMode:
4847
- All # run tests in editor
4948
include:
50-
- unityVersion: 6000.2.0f1
49+
- unityVersion: 6000.2.6f1
5150
octocov: true
52-
- unityVersion: 6000.2.0f1
51+
- unityVersion: 6000.2.6f1
5352
testMode: Standalone # run tests on player
5453

5554
steps:

0 commit comments

Comments
 (0)