We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35345dc commit fb31501Copy full SHA for fb31501
.github/workflows/test.yml
@@ -41,17 +41,17 @@ jobs:
41
fail-fast: false
42
matrix:
43
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
+ - 2019.4.41f2
+ - 2022.3.70f1
+ - 6000.0.64f1
+ - 6000.3.2f1
48
testMode:
49
- All # run tests in editor
50
include:
51
- - unityVersion: 6000.2.6f1
+ - unityVersion: 6000.3.2f1
52
octocov: true
53
vrt: true
54
55
testMode: Standalone # run tests on player
56
57
steps:
0 commit comments