Skip to content

Commit 64b9e8b

Browse files
committed
qa: remove locked dependency from expected matrix
Due to the fact that there is no `composer.lock` file available, the matrix will not generate any `locked` jobs. Signed-off-by: Maximilian Bösing <[email protected]>
1 parent 4737d09 commit 64b9e8b

File tree

2 files changed

+0
-12
lines changed
  • tests
    • configuration-exclude-php-dependency-combination
    • configuration-exclude-php-specific-version

2 files changed

+0
-12
lines changed

tests/configuration-exclude-php-dependency-combination/matrix.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
"operatingSystem": "ubuntu-latest",
77
"action": "laminas/laminas-continuous-integration-action@v1"
88
},
9-
{
10-
"name": "PHPUnit [8.0, locked]",
11-
"job": "{\"command\":\"./vendor/bin/phpunit\",\"php\":\"8.0\",\"extensions\":[],\"ini\":[],\"dependencies\":\"locked\",\"ignore_platform_reqs_8\":false,\"ignore_php_platform_requirement\":false,\"additional_composer_arguments\":[],\"before_script\":[\"xmllint --schema vendor/phpunit/phpunit/phpunit.xsd phpunit.xml.dist\"]}",
12-
"operatingSystem": "ubuntu-latest",
13-
"action": "laminas/laminas-continuous-integration-action@v1"
14-
},
159
{
1610
"name": "PHPUnit [8.0, latest]",
1711
"job": "{\"command\":\"./vendor/bin/phpunit\",\"php\":\"8.0\",\"extensions\":[],\"ini\":[],\"dependencies\":\"latest\",\"ignore_platform_reqs_8\":false,\"ignore_php_platform_requirement\":false,\"additional_composer_arguments\":[],\"before_script\":[\"xmllint --schema vendor/phpunit/phpunit/phpunit.xsd phpunit.xml.dist\"]}",

tests/configuration-exclude-php-specific-version/matrix.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
"operatingSystem": "ubuntu-latest",
77
"action": "laminas/laminas-continuous-integration-action@v1"
88
},
9-
{
10-
"name": "PHPUnit [8.0, locked]",
11-
"job": "{\"command\":\"./vendor/bin/phpunit\",\"php\":\"8.0\",\"extensions\":[],\"ini\":[],\"dependencies\":\"locked\",\"ignore_platform_reqs_8\":false,\"ignore_php_platform_requirement\":false,\"additional_composer_arguments\":[],\"before_script\":[\"xmllint --schema vendor/phpunit/phpunit/phpunit.xsd phpunit.xml.dist\"]}",
12-
"operatingSystem": "ubuntu-latest",
13-
"action": "laminas/laminas-continuous-integration-action@v1"
14-
},
159
{
1610
"name": "PHPUnit [8.0, latest]",
1711
"job": "{\"command\":\"./vendor/bin/phpunit\",\"php\":\"8.0\",\"extensions\":[],\"ini\":[],\"dependencies\":\"latest\",\"ignore_platform_reqs_8\":false,\"ignore_php_platform_requirement\":false,\"additional_composer_arguments\":[],\"before_script\":[\"xmllint --schema vendor/phpunit/phpunit/phpunit.xsd phpunit.xml.dist\"]}",

0 commit comments

Comments
 (0)