From a006da8f11bba7e1e731d09562c97582e20285a6 Mon Sep 17 00:00:00 2001 From: Koji Hasegawa Date: Sat, 1 Jul 2023 04:34:14 +0900 Subject: [PATCH] Add comment --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fb3475c..009d8f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: fail-fast: false matrix: unityVersion: # Available versions see: https://game.ci/docs/docker/versions - - 2019.4.40f1 + - 2019.4.40f1 # Note: Tests failure in Unity 2020+ Linux editor. see #17 include: - unityVersion: 2019.4.40f1 octocov: true