Browse Source

Update README.md

Maurits van der Schee 7 years ago
parent
commit
8651f83376
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      README.md

+ 4
- 1
README.md View File

@@ -829,12 +829,15 @@ I am testing mainly on Ubuntu and I have the following test setups:
829 829
   - Ubuntu 12.04 Server with PHP 5.3 and MySQL 5.5 and PostgreSQL 9.1
830 830
   - Ubuntu 14.04 Server with PHP 5.5 and MySQL 5.5 and PostgreSQL 9.3
831 831
   - Ubuntu 16.04 Server with PHP 7.0 and MySQL 5.7 and PostgreSQL 9.5
832
+  - Ubuntu 16.04 Server with PHP 7.0 and MariaDB 10.0 and PostgreSQL 9.5
832 833
   - Debian 7 Server with PHP 5.4 and MySQL 5.5 and PostgreSQL 9.1
833 834
   - Debian 8 Server with PHP 5.6 and MariaDB 5.5 and PostgreSQL 9.4
835
+  - Debian 9 Server with PHP 7.0 and MariaDB 10.1 and PostgreSQL 9.6
834 836
   - CentOS 7 Server with PHP 5.4 and MySQL 5.5 and PostgreSQL 9.2
835 837
   - Windows 2012 R2 with PHP 5.6 and SQL Server 2012
836 838
 
837
-This should cover most environments, but please notify me of failing tests and report your environment.
839
+This should cover most environments, but please notify me of failing tests and report your environment. 
840
+I will try to cover the above setup in the "docker" folder of the project.
838 841
 
839 842
 ### Travis CI
840 843
 

Loading…
Cancel
Save