Skip to content

Commit

Permalink
Add 2.3.0 to update test scripts
Browse files Browse the repository at this point in the history
The update tests for PG11, PG12, and PG13 are updated to include
release 2.3.0.
  • Loading branch information
erimatnor committed May 27, 2021
1 parent e039043 commit eb88854
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/test_updates_pg11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ run_tests "$@" -r -v7 \
2.0.0-rc1-pg11
run_tests "$@" -v7 \
2.0.0-rc2-pg11 2.0.0-rc3-pg11 2.0.0-rc4-pg11 2.0.0-pg11 2.0.1-pg11 2.0.2-pg11 2.1.0-pg11 \
2.1.1-pg11 2.2.0-pg11 2.2.1-pg11
2.1.1-pg11 2.2.0-pg11 2.2.1-pg11 2.3.0-pg11
2 changes: 1 addition & 1 deletion scripts/test_updates_pg12.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ run_tests "$@" -r -v7 \
2.0.0-rc1-pg12
run_tests "$@" -v7 \
2.0.0-rc2-pg12 2.0.0-rc3-pg12 2.0.0-rc4-pg12 2.0.0-pg12 2.0.1-pg12 2.0.2-pg12 2.1.0-pg12 \
2.1.1-pg12 2.2.0-pg12 2.2.1-pg12
2.1.1-pg12 2.2.0-pg12 2.2.1-pg12 2.3.0-pg12
2 changes: 1 addition & 1 deletion scripts/test_updates_pg13.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ SCRIPT_DIR=$(dirname $0)
source ${SCRIPT_DIR}/test_functions.inc

run_tests -v7 \
2.1.0-pg13 2.1.1-pg13 2.2.0-pg13 2.2.1-pg13
2.1.0-pg13 2.1.1-pg13 2.2.0-pg13 2.2.1-pg13 2.3.0-pg13

0 comments on commit eb88854

Please sign in to comment.