Skip to content

Commit c4fc931

Browse files
committed
Upgrade Unity running tests on CI
1 parent 2190ba7 commit c4fc931

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/test-integration.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
- 2019.4.40f1
4444
- 2020.3.48f1
4545
- 2021.3.45f1
46-
- 2022.3.57f1
46+
- 2022.3.59f1
4747
- 2023.2.20f1
48-
- 6000.0.37f1
48+
- 6000.0.41f1
4949
testMode:
5050
- All # run tests in editor
5151
include:
52-
- unityVersion: 6000.0.37f1
52+
- unityVersion: 6000.0.41f1
5353
testMode: Standalone # run tests on player
5454

5555
steps:

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ jobs:
4444
- 2019.4.40f1
4545
- 2020.3.48f1
4646
- 2021.3.45f1
47-
- 2022.3.57f1
47+
- 2022.3.59f1
4848
- 2023.2.20f1
49-
- 6000.0.37f1
49+
- 6000.0.41f1
5050
testMode:
5151
- All # run tests in editor
5252
include:
53-
- unityVersion: 2019.4.40f1
53+
- unityVersion: 6000.0.41f1
5454
octocov: true
55-
- unityVersion: 6000.0.37f1
55+
- unityVersion: 6000.0.41f1
5656
testMode: Standalone # run tests on player
5757

5858
steps:

0 commit comments

Comments
 (0)