Skip to content

Commit 90d1636

Browse files
authored
Merge pull request #30 from nowsprinting/unity6
Mod run tests Unity version matrix, Add Unity 6
2 parents a0328d2 + 7c81abb commit 90d1636

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/test-integration.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ jobs:
3636
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
3737
- 2019.4.40f1
3838
- 2020.3.48f1
39-
- 2021.3.34f1
40-
- 2022.3.18f1
41-
- 2023.2.6f1
39+
- 2021.3.42f1
40+
- 2022.3.42f1
41+
- 2023.2.20f1
42+
- 6000.0.22f1
4243

4344
steps:
4445
- name: Checkout repository

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ jobs:
3737
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
3838
- 2019.4.40f1
3939
- 2020.3.48f1
40-
- 2021.3.34f1
41-
- 2022.3.18f1
42-
- 2023.2.6f1
40+
- 2021.3.42f1
41+
- 2022.3.42f1
42+
- 2023.2.20f1
43+
- 6000.0.22f1
4344
include:
4445
- unityVersion: 2019.4.40f1
4546
octocov: true

0 commit comments

Comments
 (0)