Skip to content

Commit 6d84c88

Browse files
committed
Fix Unity versions running tests on CI
1 parent 5c1343b commit 6d84c88

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
@@ -33,8 +33,6 @@ jobs:
3333
fail-fast: false
3434
matrix:
3535
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
36-
- 2019.4.40f1
37-
- 2020.3.48f1
3836
- 2021.3.34f1
3937
- 2022.3.18f1
4038
- 2023.2.6f1

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,11 @@ 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.34f1
4038
- 2022.3.18f1
4139
- 2023.2.6f1
4240
include:
43-
- unityVersion: 2019.4.40f1
41+
- unityVersion: 2021.3.34f1
4442
octocov: true
4543

4644
steps:

0 commit comments

Comments
 (0)