Skip to content

Commit

Permalink
Update cachetool to latest version (#3952)
Browse files Browse the repository at this point in the history
  • Loading branch information
webflo authored Nov 7, 2024
1 parent e547471 commit 55e8ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/cachetool.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
* CacheTool 8.x works with PHP >=8.0
* CacheTool 7.x works with PHP >=7.3
*/
set('cachetool_url', 'https://github.com/gordalina/cachetool/releases/download/9.0.0/cachetool.phar');
set('cachetool_url', 'https://github.com/gordalina/cachetool/releases/download/9.1.0/cachetool.phar');
set('cachetool_args', '');
set('bin/cachetool', function () {
if (!test('[ -f {{release_or_current_path}}/cachetool.phar ]')) {
Expand Down

0 comments on commit 55e8ee1

Please sign in to comment.