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 5c1343b commit 6d84c88Copy full SHA for 6d84c88
.github/workflows/test-integration.yml
@@ -33,8 +33,6 @@ jobs:
33
fail-fast: false
34
matrix:
35
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
36
- - 2019.4.40f1
37
- - 2020.3.48f1
38
- 2021.3.34f1
39
- 2022.3.18f1
40
- 2023.2.6f1
.github/workflows/test.yml
@@ -34,13 +34,11 @@ jobs:
41
42
include:
43
- - unityVersion: 2019.4.40f1
+ - unityVersion: 2021.3.34f1
44
octocov: true
45
46
steps:
0 commit comments