Skip to content

Commit dd55481

Browse files
authored
Generate build & test matrix from script (#486)
1 parent c745979 commit dd55481

File tree

4 files changed

+294
-319
lines changed

4 files changed

+294
-319
lines changed

.github/workflows/build_starter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
inputs:
1313
unity_version:
1414
description: 'Unity version'
15-
default: '2019'
15+
default: '2020'
1616
required: true
1717
firebase_cpp_sdk_version:
1818
description: 'Firebase CPP SDK version to build against (The branch, tag or SHA to checkout). Required if for release'
@@ -103,7 +103,7 @@ jobs:
103103
echo "::set-output name=release_label::nightly-$(date "+%Y%m%d-%H%M%S")"
104104
echo "::set-output name=release_version::NoVersion"
105105
echo "::set-output name=apis::'analytics,auth,crashlytics,database,dynamic_links,firestore,functions,installations,messaging,remote_config,storage'"
106-
echo "::set-output name=unity_version::2019"
106+
echo "::set-output name=unity_version::2020"
107107
echo "::set-output name=should_trigger_package::true"
108108
echo "::set-output name=firebase_cpp_sdk_version::"
109109
echo "::set-output name=unity_branch::"

0 commit comments

Comments
 (0)