Skip to content

Commit 85a8b8f

Browse files
committed
Fix Unity versions used to run tests on CI
1 parent 13fa5a6 commit 85a8b8f

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/test-integration.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
43-
- 2019.4.40f1
44-
- 2020.3.49f1
45-
- 2021.3.45f1
46-
- 2022.3.62f1
4743
- 6000.0.43f1
4844
- 6000.0.44f1 # pin test-framework v1.5.1
4945
- 6000.0.59f2 # pin test-framework v1.6.0

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
44-
- 2019.4.40f1
45-
- 2020.3.49f1
46-
- 2021.3.45f1
47-
- 2022.3.62f1
4844
- 6000.0.43f1
4945
- 6000.0.44f1 # pin test-framework v1.5.1
5046
- 6000.0.59f2 # pin test-framework v1.6.0

0 commit comments

Comments
 (0)