Skip to content

Commit

Permalink
Merge pull request #110 from nowsprinting/chore/test_unityversions
Browse files Browse the repository at this point in the history
Update run tests Unity versions
  • Loading branch information
nowsprinting authored Nov 11, 2024
2 parents 58f526f + 275a31e commit 40a990b
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.20f1
- 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 40a990b

Please sign in to comment.