Skip to content

Commit

Permalink
ci: Revert "ci: ignore version requirement for ci workflows"
Browse files Browse the repository at this point in the history
This reverts commit f0a2b96.
  • Loading branch information
kesselb committed Oct 14, 2024
1 parent 3158e8d commit 78ae0c3
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 -f mail
run: php -f nextcloud/occ app:enable 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 78ae0c3

Please sign in to comment.