diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ef263a..d2757b3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: