Bläddra i källkod

Try to fix travis pb

Laurent Destailleur 3 år sedan
förälder
incheckning
a17e3c347a
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -50,7 +50,7 @@ jobs:
       env: DB=postgresql
     - stage: PHP 5.6-7.4
       if: type = pull_request OR type = push
-      php: '7.4'
+      php: '7.4.22'
       env: DB=mysql
     - stage: PHP Dev
       if: type = push AND branch = develop