pull/23/head
Yoshifumi Kawai 2019-05-20 02:55:34 +09:00
parent 497f8bb79d
commit 2860eb8ed1
1 changed files with 8 additions and 7 deletions

View File

@ -73,10 +73,11 @@ workflows:
- build-and-test:
unity_version: 2019.1.2f1
unity_license: ${UNITY_LICENSE_2019_1}
- build-and-test:
unity_version: 2018.4.0f1
unity_license: ${UNITY_LICENSE_2018_4}
# UniTask minimum support version is 2018.3(C# 7.x)
- build-and-test:
unity_version: 2018.3.12f1
unity_license: ${UNITY_LICENSE_2018_3}
# test asmdef will not found.
# - build-and-test:
# unity_version: 2018.4.0f1
# unity_license: ${UNITY_LICENSE_2018_4}
# # UniTask minimum support version is 2018.3(C# 7.x)
# - build-and-test:
# unity_version: 2018.3.12f1
# unity_license: ${UNITY_LICENSE_2018_3}