Skip to content

Commit c4533aa

Browse files
committed
Upgrade Unity versions used to run tests on CI (Unity 6.3)
1 parent a02b96e commit c4533aa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
- 6000.0.43f1
4848
- 6000.0.44f1 # pin test-framework v1.5.1
4949
- 6000.0.59f2 # pin test-framework v1.6.0
50-
- 6000.2.7f2
50+
- 6000.3.1f1
5151
testMode:
5252
- All # run tests in editor
5353
include:
54-
- unityVersion: 6000.2.7f2
54+
- unityVersion: 6000.3.1f1
5555
testMode: Standalone # run tests on player
5656

5757
steps:

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ jobs:
5050
- 6000.0.59f2 # pin test-framework v1.6.0
5151
- 6000.2.5f1 # pin test-framework v1.5.1
5252
- 6000.2.6f1 # pin test-framework v1.6.0
53-
- 6000.2.7f2
53+
- 6000.3.1f1
5454
testMode:
5555
- All # run tests in editor
5656
include:
57-
- unityVersion: 6000.2.7f2
57+
- unityVersion: 6000.3.1f1
5858
octocov: true
59-
- unityVersion: 6000.2.7f2
59+
- unityVersion: 6000.3.1f1
6060
testMode: Standalone # run tests on player
6161

6262
steps:

0 commit comments

Comments
 (0)