File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -53,22 +53,30 @@ jobs:
5353 ["2.12.2"]="2.0.3 2.0.4"
5454 ["2.12.1"]="2.0.2"
5555 ["2.12.0"]="2.0.0 2.0.1"
56- ["2.10.4"]="1.22.4"
56+ ["2.10.5"]="1.22.6"
57+ ["2.10.4"]="1.22.4 1.22.5"
5758 ["2.10.3"]="1.22.3"
5859 ["2.10.2"]="1.22.2"
5960 ["2.10.1"]="1.22.1"
6061 ["2.10.0"]="1.22.0"
6162 ["2.9.2"]="1.20.3 1.20.4"
6263 ["2.9.1"]="1.20.2"
6364 ["2.9.0"]="1.20.0 1.20.1"
65+ ["2.8.4"]="1.17.3 1.17.4 1.17.5"
66+ ["2.8.3"]="1.17.2"
67+ ["2.8.2"]="1.17.1"
68+ ["2.8.1"]="1.17.0"
69+ ["2.7.2"]="v1.12.13+hotfix.9"
70+ ["2.7.0"]="v1.12.13+hotfix.8"
71+ ["2.7.0-dev.2.1"]="v1.12.13+hotfix.5 v1.12.13+hotfix.7"
6472 )
6573
6674 echo "## 📦 Flutter SO Build Summary" >> $GITHUB_STEP_SUMMARY
6775 echo "" >> $GITHUB_STEP_SUMMARY
6876 echo "| Dart Version | Flutter Versions | Status |" >> $GITHUB_STEP_SUMMARY
6977 echo "|-------------|------------------|--------|" >> $GITHUB_STEP_SUMMARY
7078
71- dart_versions=(2.9.0 2.9.1 2.9.2 2.10.0 2.10.1 2.10.2 2.10.3 2.10.4 2.12.0 2.12.1 2.12.2 2.12.3 2.13.0 2.13.1 2.13.3 2.13.4 2.14.0 2.14.2 2.14.3 2.14.4 2.15.0 2.15.1 2.16.0 2.16.1 2.16.2)
79+ dart_versions=(2.7.0-dev.2.1 2.7.0 2.7.2 2.8.1 2.8.2 2.8.3 2.8.4 2. 9.0 2.9.1 2.9.2 2.10.0 2.10.1 2.10.2 2.10.3 2.10.4 2.10.5 2.12.0 2.12.1 2.12.2 2.12.3 2.13.0 2.13.1 2.13.3 2.13.4 2.14.0 2.14.2 2.14.3 2.14.4 2.15.0 2.15.1 2.16.0 2.16.1 2.16.2)
7280 summary_lines=()
7381
7482 for dart_ver in "${dart_versions[@]}"; do
You can’t perform that action at this time.
0 commit comments