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 Nov 11, 2023
1 parent f1a6831 commit 300c8ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ jobs:
fail-fast: false
matrix:
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
- 2019.4.40f1
- 2020.3.48f1
- 2021.3.31f1
- 2022.3.10f1
- 2023.1.16f1
- 2021.3.32f1
- 2022.3.13f1
- 2023.1.19f1

steps:
- name: Checkout repository
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,11 @@ jobs:
fail-fast: false
matrix:
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
- 2019.4.40f1
- 2020.3.48f1
- 2021.3.31f1
- 2022.3.10f1
- 2023.1.16f1
- 2021.3.32f1
- 2022.3.13f1
- 2023.1.19f1
include:
- unityVersion: 2022.3.10f1
- unityVersion: 2021.3.32f1
octocov: true

steps:
Expand Down

0 comments on commit 300c8ff

Please sign in to comment.