Skip to content

Commit d074697

Browse files
committed
update centos 8 versions
1 parent c3337d8 commit d074697

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ I am testing mainly on Ubuntu and I have the following test setups:
11941194
- (Docker) Ubuntu 18.04 with PHP 7.2, MySQL 5.7, PostgreSQL 10.4 (PostGIS 2.4) and SQLite 3.22
11951195
- (Docker) Debian 10 with PHP 7.3, MariaDB 10.3, PostgreSQL 11.4 (PostGIS 2.5) and SQLite 3.27
11961196
- (Docker) Ubuntu 20.04 with PHP 7.4, MySQL 8.0, PostgreSQL 12.2 (PostGIS 3.0) and SQLite 3.31
1197-
- (Docker) CentOS 8 with PHP 7.4, MariaDB 10.4, PostgreSQL 12.2 (PostGIS 3.0) and SQLite 3.26
1197+
- (Docker) CentOS 8 with PHP 7.4, MariaDB 10.5, PostgreSQL 12.5 (PostGIS 3.0) and SQLite 3.26
11981198

11991199
This covers not all environments (yet), so please notify me of failing tests and report your environment.
12001200
I will try to cover most relevant setups in the "docker" folder of the project.

docker/centos8/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
echo "================================================"
33
echo " CentOS 8 (PHP 7.4)"
44
echo "================================================"
5-
echo -n "[1/4] Starting MariaDB 10.4 ..... "
5+
echo -n "[1/4] Starting MariaDB 10.5 ..... "
66
# initialize mysql
77
mysql_install_db > /dev/null
88
chown -R mysql:mysql /var/lib/mysql
@@ -21,7 +21,7 @@ FLUSH PRIVILEGES;
2121
EOF
2222
echo "done"
2323

24-
echo -n "[2/4] Starting PostgreSQL 12.2 .. "
24+
echo -n "[2/4] Starting PostgreSQL 12.5 .. "
2525
# initialize postgresql
2626
su - -c "/usr/pgsql-12/bin/initdb --auth-local peer --auth-host password -D /var/lib/pgsql/data" postgres > /dev/null
2727
# run postgres server

0 commit comments

Comments
 (0)