Skip to content

Commit cff00a0

Browse files
committed
add new unity versions to ci
1 parent 73a5d9d commit cff00a0

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ jobs:
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

0 commit comments

Comments
 (0)