Skip to content

Commit

Permalink
CI: Temp. fix for roundcube/plugin-installer#56
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed May 19, 2024
1 parent 4da20eb commit 52a8da4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
run: composer config platform.php 7.4
if: matrix.php >= 8

- name: Fix for https://github.com/roundcube/plugin-installer/issues/56
run: composer require "roundcube/plugin-installer:0.3.3" --no-update
if: matrix.php < 7

- name: Install dependencies
run: composer install --prefer-dist --no-interaction --no-progress

Expand Down

0 comments on commit 52a8da4

Please sign in to comment.