Skip to content

Commit e966bcc

Browse files
committed
Adding 3.11 testing
1 parent 2e37504 commit e966bcc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tester.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ if [[ "$tests" != "all" && "$tests" != "community" && "$tests" != "enterprise" ]
2121
exit 1
2222
fi
2323

24-
version="${3:-3.10.6}"
24+
# 3.11.0
25+
# 3.10.6
26+
# 3.9.9
27+
version="${3:-3.11.0}"
2528

2629
if [[ -n "$4" && "$4" != "notest" ]]; then
2730
echo "Invalid argument. Use 'notest' to only start the docker container, without running the tests."

0 commit comments

Comments
 (0)