Have CI check for 7.2 compatibility
jdarwood007

jdarwood007 commited on 2019-12-24 15:35:35
Showing 1 changed files, with 4 additions and 0 deletions.

... ...
@@ -182,3 +182,7 @@ build:
182 182
             tests:
183 183
                 override:
184 184
                     - php-scrutinizer-run
185
+    my-tests:
186
+      environment:
187
+        php:
188
+          version: 7.2
185 189