Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update test to include composer artifacts #161

Merged
merged 3 commits into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
8 changes: 7 additions & 1 deletion composer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@
"require-dev": {
"phpstan/phpstan": "1.10.23",
"phpstan/phpstan-strict-rules": "1.5.0"
}
},
"repositories": [
{
"type": "artifact",
"url": "artifacts/zips"
}
]
}
28 changes: 20 additions & 8 deletions tests/smoke-composer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ input:
provider: github
repo: dependabot/smoke-tests
directory: /composer
commit: 0dae96b7938dc857a9b8f2a5b0a950735aceb15a
commit: 509a98a45a6f933ffd49ca7f2c26815c693b3d76
credentials-metadata:
- host: github.com
type: git_source
Expand Down Expand Up @@ -81,7 +81,7 @@ output:
- type: create_pull_request
expect:
data:
base-commit-sha: 0dae96b7938dc857a9b8f2a5b0a950735aceb15a
base-commit-sha: 509a98a45a6f933ffd49ca7f2c26815c693b3d76
dependencies:
- name: phpstan/phpstan
previous-requirements:
Expand Down Expand Up @@ -130,7 +130,13 @@ output:
"require-dev": {
"phpstan/phpstan": "1.10.25",
"phpstan/phpstan-strict-rules": "1.5.1"
}
},
"repositories": [
{
"type": "artifact",
"url": "artifacts/zips"
}
]
}
content_encoding: utf-8
deleted: false
Expand All @@ -146,7 +152,7 @@ output:
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "bef1ede67a31f889005919fa425b8f97",
"content-hash": "1aaf816ee5e12a52caa401c80ed8437d",
"packages": [
{
"name": "phpmailer/phpmailer",
Expand Down Expand Up @@ -352,7 +358,7 @@ output:
- type: create_pull_request
expect:
data:
base-commit-sha: 0dae96b7938dc857a9b8f2a5b0a950735aceb15a
base-commit-sha: 509a98a45a6f933ffd49ca7f2c26815c693b3d76
dependencies:
- name: phpmailer/phpmailer
previous-requirements:
Expand Down Expand Up @@ -382,7 +388,13 @@ output:
"require-dev": {
"phpstan/phpstan": "1.10.23",
"phpstan/phpstan-strict-rules": "1.5.0"
}
},
"repositories": [
{
"type": "artifact",
"url": "artifacts/zips"
}
]
}
content_encoding: utf-8
deleted: false
Expand All @@ -398,7 +410,7 @@ output:
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "e883879a43e9d74f72438a060ea99e6f",
"content-hash": "2de928df1dcd19a218e9b414bab91e9d",
"packages": [
{
"name": "phpmailer/phpmailer",
Expand Down Expand Up @@ -762,4 +774,4 @@ output:
- type: mark_as_processed
expect:
data:
base-commit-sha: 0dae96b7938dc857a9b8f2a5b0a950735aceb15a
base-commit-sha: 509a98a45a6f933ffd49ca7f2c26815c693b3d76
Loading