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 6d84c88 commit 8f98c80Copy full SHA for 8f98c80
.github/workflows/test-integration.yml
@@ -33,9 +33,10 @@ jobs:
33
fail-fast: false
34
matrix:
35
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
36
- - 2021.3.34f1
37
- - 2022.3.18f1
38
- - 2023.2.6f1
+ - 2021.3.42f1
+ - 2022.3.42f1
+ - 2023.2.20f1
39
+ - 6000.0.22f1
40
41
steps:
42
- name: Checkout repository
.github/workflows/test.yml
@@ -34,11 +34,12 @@ jobs:
include:
- - unityVersion: 2021.3.34f1
+ - unityVersion: 2021.3.42f1
43
octocov: true
44
45
0 commit comments