Skip to content

Commit 84ec9ae

Browse files
committed
Upgrade Unity versions used to run tests on CI
1 parent 89766b3 commit 84ec9ae

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,17 @@ jobs:
4343
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
4444
- 6000.0.43f1
4545
- 6000.0.44f1 # pin test-framework v1.5.1
46-
- 6000.0.58f1
46+
- 6000.0.59f2
4747
- 6000.1.17f1
4848
- 6000.2.5f1
4949
- 6000.2.6f1 # pin test-framework v1.6.0
50+
- 6000.2.7f2
5051
testMode:
5152
- All # run tests in editor
5253
include:
53-
- unityVersion: 6000.2.6f1
54+
- unityVersion: 6000.2.7f2
5455
octocov: true
55-
- unityVersion: 6000.2.6f1
56+
- unityVersion: 6000.2.7f2
5657
testMode: Standalone # run tests on player
5758

5859
steps:

0 commit comments

Comments
 (0)