@@ -1096,6 +1096,7 @@ I am testing mainly on Ubuntu and I have the following test setups:
1096
1096
- (Docker) Ubuntu 16.04 with PHP 7.0, MariaDB 10.0, PostgreSQL 9.5 (PostGIS 2.2) and SQL Server 2017
1097
1097
- (Docker) Debian 9 with PHP 7.0, MariaDB 10.1, PostgreSQL 9.6 (PostGIS 2.3) and SQLite 3.16
1098
1098
- (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
1099
1100
- (Docker) Debian 10 with PHP 7.3, MariaDB 10.3, PostgreSQL 11.4 (PostGIS 2.5) and SQLite 3.27
1100
1101
- (Docker) Ubuntu 20.04 with PHP 7.3, MySQL 8.0, PostgreSQL 12 (PostGIS 3) and SQLite 3.31
1101
1102
@@ -1150,6 +1151,18 @@ Install docker using the following commands and then logout and login for the ch
1150
1151
1151
1152
To run the docker tests run "build_all.sh" and "run_all.sh" from the docker directory. The output should be:
1152
1153
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
1153
1166
================================================
1154
1167
Debian 10 (PHP 7.3)
1155
1168
================================================
@@ -1213,13 +1226,14 @@ To run the docker tests run "build_all.sh" and "run_all.sh" from the docker dire
1213
1226
1214
1227
The above test run (including starting up the databases) takes less than 5 minutes on my slow laptop.
1215
1228
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
1223
1237
================================================
1224
1238
Ubuntu 18.04 (PHP 7.2)
1225
1239
================================================
0 commit comments