File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 3333 platform :
3434 - ubuntu-latest
3535 unity :
36- - { version: "2021.3.28f1" }
37- - { version: "2021.1.28f1" }
38- - { version: "2020.3.43f1" }
36+ - { version: "6000.0.51f1" }
37+ - { version: "2023.2.20f1" }
38+ - { version: "2022.3.62f1" }
39+ - { version: "2021.3.45f1" }
3940 suite :
4041 - {
4142 name : " Unit Tests" ,
@@ -44,19 +45,19 @@ jobs:
4445 include :
4546 - main : true
4647 coverage : true
47- unity : { version: "2022.3.4f1 " }
48+ unity : { version: "6000.1.9f1 " }
4849 suite :
4950 {
5051 name : " Unit Tests" ,
5152 assemblies : " ReactUnity.Tests;ReactUnity.Tests.Editor" ,
5253 }
53- - performance : true
54- unity : { version: "2022.3.4f1 " }
55- suite :
56- {
57- name : " Performance Tests" ,
58- assemblies : " ReactUnity.Tests.Performance" ,
59- }
54+ # - performance: true
55+ # unity: { version: "6000.1.9f1 " }
56+ # suite:
57+ # {
58+ # name: "Performance Tests",
59+ # assemblies: "ReactUnity.Tests.Performance",
60+ # }
6061 runs-on : ${{ matrix.platform || 'ubuntu-20.04' }}
6162 steps :
6263 - name : Checkout core library
You can’t perform that action at this time.
0 commit comments