Skip to content

Commit fe435e8

Browse files
committed
Upgrade Unity versions used to run tests on CI (Unity 6.4)
1 parent 19c42d2 commit fe435e8

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,14 @@ jobs:
4444
- 6000.0.43f1
4545
- 6000.0.44f1 # pin test-framework v1.5.1
4646
- 6000.0.59f2 # pin test-framework v1.6.0
47-
- 6000.2.5f1 # pin test-framework v1.5.1
48-
- 6000.2.6f1 # pin test-framework v1.6.0
49-
- 6000.3.1f1
47+
- 6000.3.12f1
48+
- &latest_unity_version 6000.4.1f1
5049
testMode:
5150
- All # run tests in editor
5251
include:
53-
- unityVersion: 6000.3.1f1
52+
- unityVersion: *latest_unity_version
5453
octocov: true
55-
- unityVersion: 6000.3.1f1
54+
- unityVersion: *latest_unity_version
5655
testMode: Standalone # run tests on player
5756

5857
steps:

0 commit comments

Comments
 (0)