1010 nextcloud_versions :
1111 required : false
1212 type : string
13- default : " 33 "
13+ default : ' 33 34 '
1414 php_versions :
1515 required : false
1616 type : string
17- default : " 8.2 8.3 8.4"
17+ default : ' 8.2 8.3 8.4'
1818
1919name : CI
2020
6666 github-token : ${{ secrets.GITHUB_TOKEN }}
6767 lcov-file : ./coverage/jest/lcov.info
6868 delete-old-comments : true
69- title : " JS Code Coverage"
69+ title : ' JS Code Coverage'
7070
7171 - name : JS coverage check
7272 if : ${{ github.event_name == 'pull_request' }}
9393 env :
9494 NEXTCLOUD_VERSIONS : ${{ inputs.nextcloud_versions }}
9595 PHP_VERSIONS : ${{ inputs.php_versions }}
96- DEFAULT_PHP_VERSION : " 8.3"
97- DEFAULT_DATABASE : " mysql"
98- EXTRA_DATABASES : " pgsql"
96+ DEFAULT_PHP_VERSION : ' 8.3'
97+ DEFAULT_DATABASE : ' mysql'
98+ EXTRA_DATABASES : ' pgsql'
9999 run : |
100100 MATRIX=$(./.github/scripts/generate-matrix.sh)
101101 echo "matrix={\"include\": [$MATRIX]}" >> $GITHUB_OUTPUT
@@ -120,8 +120,8 @@ jobs:
120120 env :
121121 SQL : ${{ matrix.database }}
122122 SERVER_BRANCH : ${{ matrix.nextcloudVersion }}
123- NEXTCLOUD_AUTOINSTALL : " Yes"
124- WITH_REDIS : " YES"
123+ NEXTCLOUD_AUTOINSTALL : ' Yes'
124+ WITH_REDIS : ' YES'
125125 ports :
126126 - 80:80
127127 options : --name=nextcloud
@@ -290,7 +290,7 @@ jobs:
290290 github-token : ${{ secrets.GITHUB_TOKEN }}
291291 lcov-file : ' integration_openproject/server/apps/integration_openproject/coverage/php/lcov.info'
292292 delete-old-comments : true
293- title : " PHP Code Coverage"
293+ title : ' PHP Code Coverage'
294294
295295 - name : PHP coverage check
296296 if : ${{ github.event_name == 'pull_request' && matrix.nextcloudVersion == 'stable33'&& matrix.phpVersion == '8.2' }}
0 commit comments