From 9bd55af9f0045c325aaf4f00d15d1304365a9c92 Mon Sep 17 00:00:00 2001 From: Koji Hasegawa Date: Sat, 21 Sep 2024 23:33:31 +0900 Subject: [PATCH] Mod run tests Unity version matrix, Add Unity 6 --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2d40a1b..6234901 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,8 +36,9 @@ jobs: matrix: unityVersion: # Available versions see: https://game.ci/docs/docker/versions - 2019.4.40f1 - - 2022.3.29f1 + - 2022.3.42f1 - 2023.2.20f1 + - 6000.0.20f1 include: - unityVersion: 2019.4.40f1 octocov: true