Skip to content

Commit 6399704

Browse files
committed
Upgrade Unity versions used to run tests on CI (Unity 6.3)
1 parent 363c9aa commit 6399704

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2025 Koji Hasegawa.
1+
# Copyright (c) 2023-2026 Koji Hasegawa.
22
# This software is released under the MIT License.
33

44
name: Test
@@ -41,16 +41,16 @@ 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.62f3 # Non-Enterprise LTS
46+
- 6000.0.65f1
47+
- 6000.3.4f1
4848
testMode:
4949
- All # run tests in editor
5050
include:
51-
- unityVersion: 6000.2.6f1
51+
- unityVersion: 6000.3.4f1
5252
octocov: true
53-
- unityVersion: 6000.2.6f1
53+
- unityVersion: 2022.3.62f3 # "Error building Player because scripts are compiling" in 6.3
5454
testMode: Standalone # run tests on player
5555

5656
steps:

0 commit comments

Comments
 (0)