We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd6599b commit d2ebf85Copy full SHA for d2ebf85
1 file changed
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
versions="7.4"
35
elif [ "$DISTRIB_RELEASE" = "18.04" ]; then
36
versions="7.1 7.2 7.3 7.4"
37
- elif "$DISTRIB_RELEASE" = "16.04" ]; then
+ elif [ "$DISTRIB_RELEASE" = "16.04" ]; then
38
versions="5.6 7.0 7.1 7.2 7.3 7.4"
39
fi
40
for i in $versions; do
0 commit comments