Skip to content

Commit

Permalink
Merge pull request #15 from boesing/feature/enhance-ci
Browse files Browse the repository at this point in the history
Optimize CI
  • Loading branch information
boesing committed Sep 12, 2021
2 parents 77c9c95 + f990b07 commit b7588a3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"additional_checks": {
"name": "Codeception on all supported PHP versions",
"job": {
"php": "*",
"dependencies": "*",
"command": "vendor/bin/codecept run"
}
},
"exclude": [
{"name": "vendor/bin/codecept run on PHP 7.4"}
]
}

0 comments on commit b7588a3

Please sign in to comment.