diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 0968bc2f73..7c19b3f708 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
nextcloud-version: ${{ matrix.nextcloud-versions }}
php-version: ${{ matrix.php-versions }}
php-coverage: ${{ matrix.coverage && 'xdebug' || 'none' }}
- patch-php-version-check: ${{ matrix.php-versions == '8.5' }}
+ patch-php-version-check: ${{ matrix.php-versions == '8.6' }}
node-version: 'false'
install: true
- name: Checkout Mail
@@ -170,8 +170,8 @@ jobs:
working-directory: nextcloud/apps/mail
run: composer install
- name: Patch version check for nightly PHP
- if: ${{ matrix.php-versions == '8.5' }}
- run: sed -i 's/max-version="8.4"/max-version="8.5"/' nextcloud/apps/mail/appinfo/info.xml
+ if: ${{ matrix.php-versions == '8.6' }}
+ run: sed -i 's/max-version="8.5"/max-version="8.6"/' nextcloud/apps/mail/appinfo/info.xml
- name: Install Mail
run: php -f nextcloud/occ app:enable mail
- name: Configure Nextcloud for testing
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 89d3d541f1..9a9c7833d4 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -52,7 +52,7 @@ Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud
https://github.com/nextcloud/mail.git
https://user-images.githubusercontent.com/12728974/266270227-86b99bbb-03ea-468b-8408-e248e1730bed.png
-
+