File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ jobs:
133133 if : steps.check_composer.outputs.files_exists == 'true'
134134 working-directory : apps/${{ env.APP_NAME }}
135135 run : |
136+ rm -rf vendor-bin/psalm-phar
136137 composer remove nextcloud/ocp --dev --no-scripts
137138 composer i
138139
Original file line number Diff line number Diff line change 6868
6969 strategy :
7070 matrix :
71- php-versions : ${{ fromJson(needs.matrix.outputs.php-version) }}
71+ # Php 8.5 (supported by server's master) is not supported by Psalm 6.12.1
72+ # php-versions: ${{ fromJson(needs.matrix.outputs.php-version) }}
73+ php-versions : 8.4
7274 server-versions : ${{ fromJson(needs.matrix.outputs.server-max) }}
7375
7476 name : PostgreSQL PHP ${{ matrix.php-versions }} Nextcloud ${{ matrix.server-versions }}
You can’t perform that action at this time.
0 commit comments