diff options
author | David Goulet <dgoulet@torproject.org> | 2022-04-27 11:06:03 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-04-27 11:06:03 -0400 |
commit | 8c39c664c261c40b7c0a482c57a965f340913847 (patch) | |
tree | f4a86f54328d88a1aca96537e73c3fadccd25773 /scripts/ci/ci-driver.sh | |
parent | 929a90a24fd63b44d656701c32e5763df87f4430 (diff) | |
download | tor-8c39c664c261c40b7c0a482c57a965f340913847.tar.gz tor-8c39c664c261c40b7c0a482c57a965f340913847.zip |
ci: Add 0.4.7 series to scripts and CI
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'scripts/ci/ci-driver.sh')
-rwxr-xr-x | scripts/ci/ci-driver.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh index eea98baae7..ef31da1ca3 100755 --- a/scripts/ci/ci-driver.sh +++ b/scripts/ci/ci-driver.sh @@ -301,6 +301,10 @@ case "$TOR_VERSION" in TOR_VER_AT_LEAST_043=yes TOR_VER_AT_LEAST_044=yes ;; + 0.4.7.*) + TOR_VER_AT_LEAST_043=yes + TOR_VER_AT_LEAST_044=yes + ;; esac ############################################################################# |