File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- # Copyright (c) 2023-2025 Koji Hasegawa.
1+ # Copyright (c) 2023-2026 Koji Hasegawa.
22# This software is released under the MIT License.
33
44name : 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 :
You can’t perform that action at this time.
0 commit comments