File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,15 +37,10 @@ jobs:
3737 fail-fast : false
3838 matrix :
3939 unityVersion : # Available versions see: https://game.ci/docs/docker/versions
40- - 6000.0.43f1
41- - 6000.0.44f1 # pin test-framework v1.5.1
42- - 6000.0.59f2 # pin test-framework v1.6.0
43- - 6000.3.1f1
40+ - 6000.0.43f1 # Latest version that does not pin the test framework package.
4441 testMode :
45- - PlayMode # run tests in editor
46- include :
47- - unityVersion : 6000.3.1f1
48- testMode : Standalone # run tests on player
42+ - PlayMode # run tests in editor
43+ - Standalone # run tests on player
4944
5045 steps :
5146 - name : Checkout repository
Original file line number Diff line number Diff line change 4141 fail-fast : false
4242 matrix :
4343 unityVersion : # Available versions see: https://game.ci/docs/docker/versions
44- - 6000.0.43f1
44+ - 6000.0.43f1 # Latest version that does not pin the test framework package.
4545 - 6000.0.44f1 # pin test-framework v1.5.1
4646 - 6000.0.59f2 # pin test-framework v1.6.0
4747 - 6000.3.12f1
You can’t perform that action at this time.
0 commit comments