Skip to content

Commit fb31501

Browse files
committed
Upgrade Unity versions used to run tests on CI (Unity 6.3)
1 parent 35345dc commit fb31501

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
44-
- 2019.4.40f1
45-
- 2022.3.62f1
46-
- 6000.0.58f1
47-
- 6000.2.6f1
44+
- 2019.4.41f2
45+
- 2022.3.70f1
46+
- 6000.0.64f1
47+
- 6000.3.2f1
4848
testMode:
4949
- All # run tests in editor
5050
include:
51-
- unityVersion: 6000.2.6f1
51+
- unityVersion: 6000.3.2f1
5252
octocov: true
5353
vrt: true
54-
- unityVersion: 6000.2.6f1
54+
- unityVersion: 6000.3.2f1
5555
testMode: Standalone # run tests on player
5656

5757
steps:

0 commit comments

Comments
 (0)