Skip to content

Commit 895d9d0

Browse files
committed
Fix Unity versions running tests on CI
1 parent 3e59a73 commit 895d9d0

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/test-integration.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
fail-fast: false
3535
matrix:
3636
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
37-
- 2019.4.40f1
38-
- 2020.3.48f1
3937
- 2021.3.42f1
4038
- 2022.3.42f1
4139
- 2023.2.20f1

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,12 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
38-
- 2019.4.40f1
39-
- 2020.3.48f1
4038
- 2021.3.42f1
4139
- 2022.3.42f1
4240
- 2023.2.20f1
4341
- 6000.0.22f1
4442
include:
45-
- unityVersion: 2019.4.40f1
43+
- unityVersion: 2021.3.42f1
4644
octocov: true
4745

4846
steps:

0 commit comments

Comments
 (0)