Explorar o código

PHP has been updated

Girish Ramakrishnan %!s(int64=8) %!d(string=hai) anos
pai
achega
d2cefacca8
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 0
      CHANGELOG
  2. 1 1
      test/test.js

+ 1 - 0
CHANGELOG

@@ -31,4 +31,5 @@
 
 [0.6.2]
 * Cleanup PHP sessions
+* Update PHP to 7.0.18
 

+ 1 - 1
test/test.js

@@ -58,7 +58,7 @@ describe('Application life cycle test', function () {
         browser.get('https://' + app.fqdn);
 
         waitForElement(by.xpath('//*[text()="Cloudron LAMP App"]'), function () {
-            waitForElement(by.xpath('//*[text()="PHP Version 7.0.15-0ubuntu0.16.04.4"]'), callback);
+            waitForElement(by.xpath('//*[text()="PHP Version 7.0.18-0ubuntu0.16.04.1"]'), callback);
         });
     }