File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -501,10 +501,10 @@ NB: Any non-error response will have status: 200 OK
501
501
502
502
I am testing mainly on Ubuntu and I have the following test setups:
503
503
504
- - Ubuntu 16.04 with PHP 7.0, MySQL 5.7, PostgreSQL 9.5 (PostGIS 2.2) and SQL Server 2017
505
- - Ubuntu 18.04 with PHP 7.2, MySQL 5.7, PostgreSQL 10.3 (PostGIS 2.4)
504
+ - (Docker) Ubuntu 16.04 with PHP 7.0, MySQL 5.7, PostgreSQL 9.5 (PostGIS 2.2) and SQL Server 2017
505
+ - (Local) Ubuntu 18.04 with PHP 7.2, MySQL 5.7, PostgreSQL 10.3 (PostGIS 2.4)
506
506
507
- This cover not all environments (yet), so please notify me of failing tests and report your environment.
507
+ This covers not all environments (yet), so please notify me of failing tests and report your environment.
508
508
I will try to cover most relevant setups in the "docker" folder of the project.
509
509
510
510
### Running
@@ -518,7 +518,7 @@ database configuration (config) from the corresponding subdirectories.
518
518
519
519
### Docker
520
520
521
- To run the dockers test run "build_all.sh" and "run_all.sh" from the docker directory. The output should be:
521
+ To run the docker tests run "build_all.sh" and "run_all.sh" from the docker directory. The output should be:
522
522
523
523
================================================
524
524
Ubuntu 16.04
You can’t perform that action at this time.
0 commit comments