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 Jan 26, 2024
1 parent 5c1343b commit 6d84c88
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 @@ -33,8 +33,6 @@ jobs:
fail-fast: false
matrix:
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
- 2019.4.40f1
- 2020.3.48f1
- 2021.3.34f1
- 2022.3.18f1
- 2023.2.6f1
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,11 @@ jobs:
fail-fast: false
matrix:
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
- 2019.4.40f1
- 2020.3.48f1
- 2021.3.34f1
- 2022.3.18f1
- 2023.2.6f1
include:
- unityVersion: 2019.4.40f1
- unityVersion: 2021.3.34f1
octocov: true

steps:
Expand Down

0 comments on commit 6d84c88

Please sign in to comment.