We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e37504 commit e966bccCopy full SHA for e966bcc
tester.sh
@@ -21,7 +21,10 @@ if [[ "$tests" != "all" && "$tests" != "community" && "$tests" != "enterprise" ]
21
exit 1
22
fi
23
24
-version="${3:-3.10.6}"
+# 3.11.0
25
+# 3.10.6
26
+# 3.9.9
27
+version="${3:-3.11.0}"
28
29
if [[ -n "$4" && "$4" != "notest" ]]; then
30
echo "Invalid argument. Use 'notest' to only start the docker container, without running the tests."
0 commit comments