Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b7112f7

Browse filesBrowse files
committed
Merge branch 'jobs' into 22.x
2 parents 0167727 + de2f5ac commit b7112f7
Copy full SHA for b7112f7

File tree

Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed

‎.github/workflows/tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
tests:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
timeout-minutes: 10
1313

1414
strategy:
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: PHPStan
4747
run:
48-
vendor/bin/phpstan analyse --xdebug -vvv
48+
vendor/bin/phpstan analyse -vvv
4949

5050
- name: PHPUnit
5151
run: vendor/bin/phpunit --verbose

‎.gitlab-ci.yml

Copy file name to clipboardExpand all lines: .gitlab-ci.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test:php:
2121
- composer normalize --dry-run --indent-size=4 --indent-style=space
2222
- vendor/bin/php-cs-fixer fix --diff --dry-run --verbose
2323
- vendor/bin/phpmd src xml phpmd.xml
24-
- vendor/bin/phpstan analyse --xdebug -vvv
24+
- vendor/bin/phpstan analyse -vvv
2525
- vendor/bin/phpunit --colors=never
2626
- phpdoc
2727
artifacts:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.