Skip to content

Commit

Permalink
Add "4.21.1" "4.23.2" "4.24.0" "4.25.1" lb versions to testing list
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Jan 7, 2024
1 parent 43ff02b commit 90dde6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pyliquibase_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

declare -a lbVersionList=("4.9.0" "4.10.0" "4.11.0")
declare -a lbVersionList=("4.9.0" "4.10.0" "4.11.0" "4.21.1" "4.23.2" "4.24.0" "4.25.1")
for version in "${lbVersionList[@]}"; do
export TEST_LIQUIBASE_VERSION=$version
echo "Testing TEST_LIQUIBASE_VERSION ${TEST_LIQUIBASE_VERSION}"
Expand Down

0 comments on commit 90dde6d

Please sign in to comment.