Skip to content

Commit

Permalink
Merge pull request #10047 from nextcloud/backport/10005/stable3.7
Browse files Browse the repository at this point in the history
[stable3.7] ci: ignore version requirement for ci workflows
  • Loading branch information
kesselb authored Aug 26, 2024
2 parents 74fbc64 + 3e52bbf commit d677efb
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 @@ -154,7 +154,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 d677efb

Please sign in to comment.