Skip to content

Commit

Permalink
Update .travis.yml to use php81
Browse files Browse the repository at this point in the history
  • Loading branch information
josaphatim committed Oct 24, 2024
1 parent e61afbb commit 961f5a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ php:
# - '7.2'
# - '7.3'
# - '7.4'
- '8.0'
# - '8.0'
- '8.1'

# start dbs
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 961f5a4

Please sign in to comment.