Skip to content

Commit 643b7ad

Browse files
committed
Improve reported version
1 parent 1a46814 commit 643b7ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@ To run the docker tests run "build_all.sh" and "run_all.sh" from the docker dire
12151215
Ubuntu 20.04 (PHP 7.3)
12161216
================================================
12171217
[1/4] Starting MySQL 8.0 ........ done
1218-
[2/4] Starting PostgreSQL 12 .... done
1218+
[2/4] Starting PostgreSQL 12.2 .. done
12191219
[3/4] Starting SQLServer 2017 ... skipped
12201220
[4/4] Cloning PHP-CRUD-API v2 ... skipped
12211221
------------------------------------------------

docker/ubuntu20/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ FLUSH PRIVILEGES;
2121
EOF
2222
echo "done"
2323

24-
echo -n "[2/4] Starting PostgreSQL 12 .... "
24+
echo -n "[2/4] Starting PostgreSQL 12.2 .. "
2525
# ensure statistics can be written
2626
mkdir /var/run/postgresql/10-main.pg_stat_tmp/ && chmod 777 /var/run/postgresql/10-main.pg_stat_tmp/
2727
# run postgres server

0 commit comments

Comments
 (0)