Skip to content

Commit

Permalink
Update Unity versions in GitHub workflows
Browse files Browse the repository at this point in the history
Updated the Unity versions in `test.yml` and `test-integration.yml` GitHub workflows. The version changes were made to ensure compatibility with the updated versions of Unity. This is necessary to keep tests running smoothly.
  • Loading branch information
nowsprinting committed Oct 15, 2023
1 parent 9ddae61 commit 01f42f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
- 2019.4.40f1
- 2020.3.48f1
- 2021.3.26f1
- 2022.3.4f1
- 2023.1.2f1
- 2021.3.31f1
- 2022.3.10f1
- 2023.1.16f1

steps:
- name: Checkout repository
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
- 2019.4.40f1
- 2020.3.48f1
- 2021.3.26f1
- 2022.3.4f1
- 2023.1.2f1
- 2021.3.31f1
- 2022.3.10f1
- 2023.1.16f1
include:
- unityVersion: 2022.3.4f1
- unityVersion: 2022.3.10f1
octocov: true

steps:
Expand Down

0 comments on commit 01f42f1

Please sign in to comment.