]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .travis.yml
Compatibility with PHPUnit 9
[github/shaarli/Shaarli.git] / .travis.yml
index af04a022fc2de2665b4bc752ed1f9faac1207151..5f86d3388344600455138f51096202ddd08e7c8a 100644 (file)
@@ -3,6 +3,11 @@ dist: bionic
 matrix:
   include:
     # jobs for each supported php version
+    - language: php
+      php: nightly # PHP 8.0
+      install:
+        - composer self-update --2
+        - composer update --ignore-platform-req=php
     - language: php
       php: 7.4
     - language: php