@@ -1096,9 +1096,9 @@ 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
+ - (Docker) CentOS 8 with PHP 7.2, MariaDB 10.3, PostgreSQL 12.2 (PostGIS 3.0) and SQLite 3.26
1100
1100
- (Docker) Debian 10 with PHP 7.3, MariaDB 10.3, PostgreSQL 11.4 (PostGIS 2.5) and SQLite 3.27
1101
- - (Docker) Ubuntu 20.04 with PHP 7.3, MySQL 8.0, PostgreSQL 12 (PostGIS 3) and SQLite 3.31
1101
+ - (Docker) Ubuntu 20.04 with PHP 7.3, MySQL 8.0, PostgreSQL 12.2 (PostGIS 3.0 ) and SQLite 3.31
1102
1102
1103
1103
This covers not all environments (yet), so please notify me of failing tests and report your environment.
1104
1104
I will try to cover most relevant setups in the "docker" folder of the project.
@@ -1155,14 +1155,14 @@ To run the docker tests run "build_all.sh" and "run_all.sh" from the docker dire
1155
1155
CentOS 8 (PHP 7.2)
1156
1156
================================================
1157
1157
[1/4] Starting MariaDB 10.3 ..... done
1158
- [2/4] Starting PostgreSQL 10.6 .. skipped
1158
+ [2/4] Starting PostgreSQL 12.2 .. done
1159
1159
[3/4] Starting SQLServer 2017 ... skipped
1160
1160
[4/4] Cloning PHP-CRUD-API v2 ... skipped
1161
1161
------------------------------------------------
1162
- mysql: 102 tests ran in 2712 ms, 0 skipped, 0 failed
1163
- pgsql: skipped, driver not loaded
1162
+ mysql: 102 tests ran in 2906 ms, 0 skipped, 0 failed
1163
+ pgsql: 102 tests ran in 795 ms, 0 skipped, 0 failed
1164
1164
sqlsrv: skipped, driver not loaded
1165
- sqlite: 102 tests ran in 1162 ms, 11 skipped, 0 failed
1165
+ sqlite: 102 tests ran in 811 ms, 11 skipped, 0 failed
1166
1166
================================================
1167
1167
Debian 10 (PHP 7.3)
1168
1168
================================================
0 commit comments