Loading .github/ISSUE_TEMPLATE/bug.yml +1 −1 Original line number Diff line number Diff line Loading @@ -114,10 +114,10 @@ body: Select PHP engine version serving Nextcloud Server. _Describe in the "Additional info" section if you chose "Other"._ options: - "PHP 7.3" - "PHP 7.4" - "PHP 8.0" - "PHP 8.1" - "PHP 8.2" - "Other" - type: input id: nextcloud-version Loading .github/dependabot.yml +2 −2 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ updates: - "ChristophWurst" - "st3iny" labels: - 3. to review - 3 - to review - dependencies commit-message: prefix: ci Loading @@ -43,7 +43,7 @@ updates: - "ChristophWurst" - "st3iny" labels: - 3. to review - 3 - to review - dependencies commit-message: prefix: ci Loading .github/workflows/appstore-build-publish.yml +2 −2 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ jobs: expression: "//info//dependencies//nextcloud/@min-version" - name: Read package.json node and npm engines version uses: skjnldsv/read-package-engines-version-actions@9bc020752ccc3352de3382e10a1d6cd1bd0ace5a # v2.0 uses: skjnldsv/read-package-engines-version-actions@0ce2ed60f6df073a62a77c0a4958dd0fc68e32e7 # v2.1 id: versions # Continue if no package.json continue-on-error: true Loading @@ -66,7 +66,7 @@ jobs: run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}" - name: Set up php ${{ env.PHP_VERSION }} uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2 uses: shivammathur/setup-php@cb8f453143149404c7fd670b5f37c91d395b3054 # v2 with: php-version: ${{ env.PHP_VERSION }} coverage: none Loading .github/workflows/lint-eslint.yml +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 - name: Read package.json node and npm engines version uses: skjnldsv/read-package-engines-version-actions@9bc020752ccc3352de3382e10a1d6cd1bd0ace5a # v2.0 uses: skjnldsv/read-package-engines-version-actions@0ce2ed60f6df073a62a77c0a4958dd0fc68e32e7 # v2.1 id: versions with: fallbackNode: '^16' Loading .github/workflows/lint-php-cs.yml +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 - name: Set up php uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2 uses: shivammathur/setup-php@cb8f453143149404c7fd670b5f37c91d395b3054 # v2 with: php-version: 8.1 coverage: none Loading Loading
.github/ISSUE_TEMPLATE/bug.yml +1 −1 Original line number Diff line number Diff line Loading @@ -114,10 +114,10 @@ body: Select PHP engine version serving Nextcloud Server. _Describe in the "Additional info" section if you chose "Other"._ options: - "PHP 7.3" - "PHP 7.4" - "PHP 8.0" - "PHP 8.1" - "PHP 8.2" - "Other" - type: input id: nextcloud-version Loading
.github/dependabot.yml +2 −2 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ updates: - "ChristophWurst" - "st3iny" labels: - 3. to review - 3 - to review - dependencies commit-message: prefix: ci Loading @@ -43,7 +43,7 @@ updates: - "ChristophWurst" - "st3iny" labels: - 3. to review - 3 - to review - dependencies commit-message: prefix: ci Loading
.github/workflows/appstore-build-publish.yml +2 −2 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ jobs: expression: "//info//dependencies//nextcloud/@min-version" - name: Read package.json node and npm engines version uses: skjnldsv/read-package-engines-version-actions@9bc020752ccc3352de3382e10a1d6cd1bd0ace5a # v2.0 uses: skjnldsv/read-package-engines-version-actions@0ce2ed60f6df073a62a77c0a4958dd0fc68e32e7 # v2.1 id: versions # Continue if no package.json continue-on-error: true Loading @@ -66,7 +66,7 @@ jobs: run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}" - name: Set up php ${{ env.PHP_VERSION }} uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2 uses: shivammathur/setup-php@cb8f453143149404c7fd670b5f37c91d395b3054 # v2 with: php-version: ${{ env.PHP_VERSION }} coverage: none Loading
.github/workflows/lint-eslint.yml +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 - name: Read package.json node and npm engines version uses: skjnldsv/read-package-engines-version-actions@9bc020752ccc3352de3382e10a1d6cd1bd0ace5a # v2.0 uses: skjnldsv/read-package-engines-version-actions@0ce2ed60f6df073a62a77c0a4958dd0fc68e32e7 # v2.1 id: versions with: fallbackNode: '^16' Loading
.github/workflows/lint-php-cs.yml +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 - name: Set up php uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2 uses: shivammathur/setup-php@cb8f453143149404c7fd670b5f37c91d395b3054 # v2 with: php-version: 8.1 coverage: none Loading