Skip to content

Commit b0606ed

Browse files
committed
update
1 parent dd39249 commit b0606ed

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

README.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,6 +1096,7 @@ I am testing mainly on Ubuntu and I have the following test setups:
10961096
- (Docker) Ubuntu 16.04 with PHP 7.0, MariaDB 10.0, PostgreSQL 9.5 (PostGIS 2.2) and SQL Server 2017
10971097
- (Docker) Debian 9 with PHP 7.0, MariaDB 10.1, PostgreSQL 9.6 (PostGIS 2.3) and SQLite 3.16
10981098
- (Docker) Ubuntu 18.04 with PHP 7.2, MySQL 5.7, PostgreSQL 10.4 (PostGIS 2.4) and SQLite 3.22
1099+
- (Docker) CentOS 8 with PHP 7.2, MariaDB 10.3, ~~PostgreSQL 10.6 (PostGIS 2.4)~~ and SQLite 3.26
10991100
- (Docker) Debian 10 with PHP 7.3, MariaDB 10.3, PostgreSQL 11.4 (PostGIS 2.5) and SQLite 3.27
11001101
- (Docker) Ubuntu 20.04 with PHP 7.3, MySQL 8.0, PostgreSQL 12 (PostGIS 3) and SQLite 3.31
11011102

@@ -1150,6 +1151,18 @@ Install docker using the following commands and then logout and login for the ch
11501151

11511152
To run the docker tests run "build_all.sh" and "run_all.sh" from the docker directory. The output should be:
11521153

1154+
================================================
1155+
CentOS 8 (PHP 7.2)
1156+
================================================
1157+
[1/4] Starting MariaDB 10.3 ..... done
1158+
[2/4] Starting PostgreSQL 10.6 .. skipped
1159+
[3/4] Starting SQLServer 2017 ... skipped
1160+
[4/4] Cloning PHP-CRUD-API v2 ... skipped
1161+
------------------------------------------------
1162+
mysql: 102 tests ran in 2712 ms, 0 skipped, 0 failed
1163+
pgsql: skipped, driver not loaded
1164+
sqlsrv: skipped, driver not loaded
1165+
sqlite: 102 tests ran in 1162 ms, 11 skipped, 0 failed
11531166
================================================
11541167
Debian 10 (PHP 7.3)
11551168
================================================
@@ -1213,13 +1226,14 @@ To run the docker tests run "build_all.sh" and "run_all.sh" from the docker dire
12131226

12141227
The above test run (including starting up the databases) takes less than 5 minutes on my slow laptop.
12151228

1216-
$ ./run.sh
1217-
1) debian10
1218-
2) debian9
1219-
3) ubuntu16
1220-
4) ubuntu18
1221-
5) ubuntu20
1222-
> 4
1229+
$ ./run.sh
1230+
1) centos8
1231+
2) debian10
1232+
3) debian9
1233+
4) ubuntu16
1234+
5) ubuntu18
1235+
6) ubuntu20
1236+
> 5
12231237
================================================
12241238
Ubuntu 18.04 (PHP 7.2)
12251239
================================================

0 commit comments

Comments
 (0)