Browse Source

[spiral] Update to php 7.4 (#6124)

Joan Miquel 4 years ago
parent
commit
ba415d7d80
2 changed files with 2 additions and 2 deletions
  1. 1 1
      frameworks/PHP/spiral/README.md
  2. 1 1
      frameworks/PHP/spiral/spiral.dockerfile

+ 1 - 1
frameworks/PHP/spiral/README.md

@@ -10,7 +10,7 @@ The tests were run with:
 * [Spiral/Stempler](https://github.com/spiral/stempler) as template engine
 * [Cycle ORM 1.1.*](https://github.com/cycle/orm)
 * [RoadRunner 1.4.*](https://roadrunner.dev/)
-* [PHP Version 7.3.*](http://www.php.net/) in CLI mode with OPCache
+* [PHP Version 7.4.*](http://www.php.net/) in CLI mode with OPCache
 
 ## Test URLs
 Test                | URL 

+ 1 - 1
frameworks/PHP/spiral/spiral.dockerfile

@@ -1,4 +1,4 @@
-FROM php:7.3
+FROM php:7.4
 
 RUN docker-php-ext-install pdo_mysql > /dev/null