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 19c42d2 commit fe435e8Copy full SHA for fe435e8
1 file changed
.github/workflows/test.yml
@@ -44,15 +44,14 @@ jobs:
44
- 6000.0.43f1
45
- 6000.0.44f1 # pin test-framework v1.5.1
46
- 6000.0.59f2 # pin test-framework v1.6.0
47
- - 6000.2.5f1 # pin test-framework v1.5.1
48
- - 6000.2.6f1 # pin test-framework v1.6.0
49
- - 6000.3.1f1
+ - 6000.3.12f1
+ - &latest_unity_version 6000.4.1f1
50
testMode:
51
- All # run tests in editor
52
include:
53
- - unityVersion: 6000.3.1f1
+ - unityVersion: *latest_unity_version
54
octocov: true
55
56
testMode: Standalone # run tests on player
57
58
steps:
0 commit comments