Skip to content

Commit

Permalink
Allow CI failure temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
ackintosh committed Jan 19, 2025
1 parent d171924 commit f983ae2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
composer-opts:
- ""
- --prefer-lowest --prefer-stable
# We have a dependency issue under the specific condition involving PHP 8.4 and `--prefer-lowest --prefer-stable`,
# so we will allow failure for the condition temporarily.
continue-on-error: ${{ matrix.php-version == '8.4' && matrix.composer-opts == '--prefer-lowest --prefer-stable' }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit f983ae2

Please sign in to comment.