From 8880ddca543254c11635f98a03bd8c75848de9b0 Mon Sep 17 00:00:00 2001 From: Joni Savolainen Date: Sat, 14 Oct 2023 13:19:50 +0300 Subject: [PATCH] ci: run on latest Unity versions, upgrade to version 3 of game-ci runners --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 117b487..9b5c920 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,9 +17,9 @@ jobs: matrix: unityVersion: - 2021.3.3f1 - - 2021.3.29f1 - - 2022.3.5f1 - - 2023.1.6f1 + - 2021.3.31f1 + - 2022.3.10f1 + - 2023.1.16f1 targetPlatform: - StandaloneLinux64 - StandaloneWindows64 @@ -38,7 +38,7 @@ jobs: Library-${{ matrix.targetPlatform }}- Library- - - uses: game-ci/unity-test-runner@v2 + - uses: game-ci/unity-test-runner@v3 id: testRunner env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} @@ -69,7 +69,7 @@ jobs: git add -A git commit -m "chore(ci): switch to different unity version" || echo skipping commit - - uses: game-ci/unity-builder@v2 + - uses: game-ci/unity-builder@v3 env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}