From 9ce7661af6d7755c9d4b31f6868df8aab11642be Mon Sep 17 00:00:00 2001 From: Simon Jackson Date: Sat, 4 Feb 2023 19:25:13 +0000 Subject: [PATCH] Add 2019 to the testing validation --- .github/workflows/rununitybuildmultiversion.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/rununitybuildmultiversion.yml b/.github/workflows/rununitybuildmultiversion.yml index ceb16a9..0dbe0cb 100644 --- a/.github/workflows/rununitybuildmultiversion.yml +++ b/.github/workflows/rununitybuildmultiversion.yml @@ -15,6 +15,18 @@ jobs: strategy: matrix: include: + - os: macos + unityVersion: 2019.4 + build-target: Android + - os: macos + unityVersion: 2019.4 + build-target: iOS + - os: windows + unityVersion: 2019.4 + build-target: StandaloneWindows64 + - os: windows + unityVersion: 2019.4 + build-target: WSAPlayer - os: macos unityVersion: 2020.3 build-target: Android