Skip to content

Commit

Permalink
Merge 2.x into 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed May 23, 2022
2 parents d7a0b3f + d1796d7 commit 655b00a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tests export-ignore
docs export-ignore
Makefile export-ignore
phpunit.xml.dist export-ignore
rector.php export-ignore
phpstan.neon.dist export-ignore
phpstan-baseline.neon export-ignore
phpstan-console-application.php export-ignore
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
- 3.x
pull_request:

permissions:
contents: read

jobs:
build:
name: Sphinx build
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
- 3.x
pull_request:

permissions:
contents: read

jobs:
php-cs-fixer:
name: PHP-CS-Fixer
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
- 3.x
pull_request:

permissions:
contents: read

jobs:
phpstan:
name: PHPStan
Expand Down Expand Up @@ -81,6 +84,7 @@ jobs:
php-version: '8.1'
coverage: none
tools: composer:v2
extensions: mongodb

- name: Install Composer dependencies (highest)
uses: ramsey/composer-install@v2
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
- 3.x
pull_request:

permissions:
contents: read

jobs:
test:
name: PHP ${{ matrix.php-version }} + ${{ matrix.dependencies }} + ${{ matrix.variant }}
Expand Down

0 comments on commit 655b00a

Please sign in to comment.