Skip to content

Commit

Permalink
Merge pull request #10005 from nextcloud/ci-install-app-ignore-versio…
Browse files Browse the repository at this point in the history
…n-requirement

ci: ignore version requirement for ci workflows
  • Loading branch information
hamza221 authored Aug 16, 2024
2 parents 739c472 + f0a2b96 commit 27d0487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
if: ${{ matrix.php-versions == '8.2' }}
run: sed -i 's/max-version="8.1"/max-version="8.2"/' nextcloud/apps/mail/appinfo/info.xml
- name: Install Mail
run: php -f nextcloud/occ app:enable mail
run: php -f nextcloud/occ app:enable -f mail
- name: Configure Nextcloud for testing
run: |
php -f nextcloud/occ config:system:set debug --type bool --value true
Expand Down

0 comments on commit 27d0487

Please sign in to comment.