From 961f5a4e6ce1feacb0b978d4eb059180d6cddd9c Mon Sep 17 00:00:00 2001 From: Josaphat Imani Date: Sun, 20 Oct 2024 15:21:38 +0200 Subject: [PATCH] Update .travis.yml to use php81 --- .travis.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cbb5fb4f5c..35a4a70bd2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ php: # - '7.2' # - '7.3' # - '7.4' - - '8.0' + # - '8.0' - '8.1' # start dbs diff --git a/composer.json b/composer.json index b1a9f6e8ce..79669732d4 100644 --- a/composer.json +++ b/composer.json @@ -67,7 +67,7 @@ "ext-gd": "To use 2fa, this needs to be installed for the QR code display", "ext-memcached": "To use Memcached for caching, this needs to be installed", "ext-gnupg": "To use the PGP module set, this needs to be installed", - "ext-imagick": "To use 2fa, this needs to be installed for the QR code display" + "ext-imagick": "To use 2fa, this needs to be installed for the QR code display " }, "config": { "platform": {