Skip to content

Commit

Permalink
Fix Unity versions running tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed Oct 12, 2024
1 parent 3e59a73 commit 895d9d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
fail-fast: false
matrix:
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
- 2019.4.40f1
- 2020.3.48f1
- 2021.3.42f1
- 2022.3.42f1
- 2023.2.20f1
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,12 @@ jobs:
fail-fast: false
matrix:
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
- 2019.4.40f1
- 2020.3.48f1
- 2021.3.42f1
- 2022.3.42f1
- 2023.2.20f1
- 6000.0.22f1
include:
- unityVersion: 2019.4.40f1
- unityVersion: 2021.3.42f1
octocov: true

steps:
Expand Down

0 comments on commit 895d9d0

Please sign in to comment.