Skip to content

Commit 0e710e3

Browse files
committed
docs: add default false to backwardCompatibilityCheck in laminas-ci.schema.json
Signed-off-by: Maximilian Bösing <[email protected]>
1 parent e1391fa commit 0e710e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

laminas-ci.schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@
342342
"backwardCompatibilityCheck": {
343343
"type": "boolean",
344344
"title": "Flag to enable/disable backwards compatibility check",
345-
"description": "This flag enables/disables backwards compatibility check using roave/backward-compatibility-check."
345+
"description": "This flag enables/disables backwards compatibility check using roave/backward-compatibility-check.",
346+
"default": false
346347
},
347348
"job": {
348349
"type": "object",

0 commit comments

Comments
 (0)