Skip to content

Commit

Permalink
Update run tests Unity versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed Nov 11, 2024
1 parent c3463b0 commit 5db0d94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ jobs:
matrix:
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
- 2019.4.40f1
- 2022.3.42f1
- 2022.3.51f1
- 2023.2.20f1
- 6000.0.21f1
- 6000.0.25f1
testMode:
- All # run tests in editor
include:
- unityVersion: 2019.4.40f1
- unityVersion: 2022.3.51f1
octocov: true
- unityVersion: 2023.2.20f1
- unityVersion: 2022.3.51f1
testMode: Standalone # run tests on player

steps:
Expand Down

0 comments on commit 5db0d94

Please sign in to comment.