Skip to content

Commit 251a5b3

Browse files
committed
Fix Unity versions used to run tests on CI
1 parent 696b30c commit 251a5b3

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

.github/workflows/test-integration.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,12 @@ 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.48f1
45-
- 2021.3.45f1
46-
- 2022.3.59f1
47-
- 2023.2.20f1
48-
- 6000.0.41f1
43+
- 6000.0.55f1
44+
- 6000.1.15f1
4945
testMode:
5046
- All # run tests in editor
5147
include:
52-
- unityVersion: 6000.0.41f1
48+
- unityVersion: 6000.1.15f1
5349
testMode: Standalone # run tests on player
5450

5551
steps:

.github/workflows/test.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,14 @@ 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.48f1
46-
- 2021.3.45f1
47-
- 2022.3.59f1
48-
- 2023.2.20f1
49-
- 6000.0.41f1
44+
- 6000.0.55f1
45+
- 6000.1.15f1
5046
testMode:
5147
- All # run tests in editor
5248
include:
53-
- unityVersion: 6000.0.41f1
49+
- unityVersion: 6000.1.15f1
5450
octocov: true
55-
- unityVersion: 6000.0.41f1
51+
- unityVersion: 6000.1.15f1
5652
testMode: Standalone # run tests on player
5753

5854
steps:

0 commit comments

Comments
 (0)