-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3431 from nextcloud/stable-6-for-26
[stable6] Backport of stable 6 for Nextcloud 26
- Loading branch information
Showing
52 changed files
with
528 additions
and
569 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
name: Static analysis | ||
|
||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- master | ||
- next | ||
- stable* | ||
|
||
jobs: | ||
psalm-master: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
ocp-version: ['master'] | ||
php-versions: ['8.0', '8.1', '8.2'] | ||
|
||
name: Psalm | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Setup composer and PHP | ||
uses: ./.github/actions/setup-composer | ||
with: | ||
php-version: ${{ matrix.php-versions }} | ||
php-tools: composer, psalm | ||
|
||
- name: Install Nextcloud API | ||
run: composer require --dev nextcloud/ocp:dev-${{ matrix.ocp-version }} | ||
|
||
- name: Install symfony/console | ||
run: composer require symfony/console | ||
|
||
- name: Run coding standards check | ||
run: composer run psalm | ||
name: Static analysis | ||
|
||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- master | ||
- next | ||
- stable* | ||
|
||
jobs: | ||
psalm-master: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
ocp-version: ['stable26'] | ||
php-versions: ['8.0', '8.1', '8.2'] | ||
|
||
name: Psalm | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Setup composer and PHP | ||
uses: ./.github/actions/setup-composer | ||
with: | ||
php-version: ${{ matrix.php-versions }} | ||
php-tools: composer, psalm | ||
|
||
- name: Install Nextcloud API | ||
run: composer require --dev nextcloud/ocp:dev-${{ matrix.ocp-version }} | ||
|
||
- name: Install symfony/console | ||
run: composer require symfony/console | ||
|
||
- name: Run coding standards check | ||
run: composer run psalm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.