Skip to content

Commit

Permalink
qa: add test case for laminas#86
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <[email protected]>
  • Loading branch information
boesing committed Aug 10, 2022
1 parent de55ea6 commit 56a8d2e
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/issue-86/.laminas-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"checks": [
{
"name": "Whatever Check",
"job": {
"php": "*",
"command": "test"
}
}
]
}
5 changes: 5 additions & 0 deletions tests/issue-86/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"require": {
"php": ">=5.6,<=8.1.99"
}
}
124 changes: 124 additions & 0 deletions tests/issue-86/matrix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
{
"include": [
{
"name": "Whatever Check [5.6, latest]",
"operatingSystem": "ubuntu-latest",
"action": "laminas/laminas-continuous-integration-action@v1",
"job": {
"command": "test",
"php": "5.6",
"extensions": [],
"ini": [],
"dependencies": "latest",
"ignore_platform_reqs_8": false,
"ignore_php_platform_requirement": false,
"additional_composer_arguments": []
}
},
{
"name": "Whatever Check [7.0, latest]",
"operatingSystem": "ubuntu-latest",
"action": "laminas/laminas-continuous-integration-action@v1",
"job": {
"command": "test",
"php": "7.0",
"extensions": [],
"ini": [],
"dependencies": "latest",
"ignore_platform_reqs_8": false,
"ignore_php_platform_requirement": false,
"additional_composer_arguments": []
}
},
{
"name": "Whatever Check [7.1, latest]",
"operatingSystem": "ubuntu-latest",
"action": "laminas/laminas-continuous-integration-action@v1",
"job": {
"command": "test",
"php": "7.1",
"extensions": [],
"ini": [],
"dependencies": "latest",
"ignore_platform_reqs_8": false,
"ignore_php_platform_requirement": false,
"additional_composer_arguments": []
}
},
{
"name": "Whatever Check [7.2, latest]",
"operatingSystem": "ubuntu-latest",
"action": "laminas/laminas-continuous-integration-action@v1",
"job": {
"command": "test",
"php": "7.2",
"extensions": [],
"ini": [],
"dependencies": "latest",
"ignore_platform_reqs_8": false,
"ignore_php_platform_requirement": false,
"additional_composer_arguments": []
}
},
{
"name": "Whatever Check [7.3, latest]",
"operatingSystem": "ubuntu-latest",
"action": "laminas/laminas-continuous-integration-action@v1",
"job": {
"command": "test",
"php": "7.3",
"extensions": [],
"ini": [],
"dependencies": "latest",
"ignore_platform_reqs_8": false,
"ignore_php_platform_requirement": false,
"additional_composer_arguments": []
}
},
{
"name": "Whatever Check [7.4, latest]",
"operatingSystem": "ubuntu-latest",
"action": "laminas/laminas-continuous-integration-action@v1",
"job": {
"command": "test",
"php": "7.4",
"extensions": [],
"ini": [],
"dependencies": "latest",
"ignore_platform_reqs_8": false,
"ignore_php_platform_requirement": false,
"additional_composer_arguments": []
}
},
{
"name": "Whatever Check [8.0, latest]",
"operatingSystem": "ubuntu-latest",
"action": "laminas/laminas-continuous-integration-action@v1",
"job": {
"command": "test",
"php": "8.0",
"extensions": [],
"ini": [],
"dependencies": "latest",
"ignore_platform_reqs_8": false,
"ignore_php_platform_requirement": false,
"additional_composer_arguments": []
}
},
{
"name": "Whatever Check [8.1, latest]",
"operatingSystem": "ubuntu-latest",
"action": "laminas/laminas-continuous-integration-action@v1",
"job": {
"command": "test",
"php": "8.1",
"extensions": [],
"ini": [],
"dependencies": "latest",
"ignore_platform_reqs_8": false,
"ignore_php_platform_requirement": false,
"additional_composer_arguments": []
}
}
]
}

0 comments on commit 56a8d2e

Please sign in to comment.