We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e59a73 commit 895d9d0Copy full SHA for 895d9d0
.github/workflows/test-integration.yml
@@ -34,8 +34,6 @@ jobs:
34
fail-fast: false
35
matrix:
36
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
37
- - 2019.4.40f1
38
- - 2020.3.48f1
39
- 2021.3.42f1
40
- 2022.3.42f1
41
- 2023.2.20f1
.github/workflows/test.yml
@@ -35,14 +35,12 @@ jobs:
42
43
- 6000.0.22f1
44
include:
45
- - unityVersion: 2019.4.40f1
+ - unityVersion: 2021.3.42f1
46
octocov: true
47
48
steps:
0 commit comments