File tree Expand file tree Collapse file tree 2 files changed +25
-5
lines changed
Expand file tree Collapse file tree 2 files changed +25
-5
lines changed Original file line number Diff line number Diff line change 55 "docsSlug" : " doctrine-phpcr-odm" ,
66 "versions" : [
77 {
8- "name" : " 2.x " ,
9- "branchName" : " 2.x" ,
8+ "name" : " 2.0 " ,
9+ "branchName" : " 2.0. x" ,
1010 "slug" : " latest" ,
1111 "current" : true
1212 },
1313 {
14- "name" : " 1.x " ,
15- "branchName" : " 1.x" ,
16- "slug" : " 1.x " ,
14+ "name" : " 1.5 " ,
15+ "branchName" : " 1.5. x" ,
16+ "slug" : " 1.5 " ,
1717 "maintained" : true
1818 }
1919 ]
Original file line number Diff line number Diff line change 1+ name : " Website config validation"
2+
3+ on :
4+ pull_request :
5+ branches :
6+ - " *.x"
7+ paths :
8+ - " .doctrine-project.json"
9+ - " .github/workflows/website-schema.yml"
10+ push :
11+ branches :
12+ - " *.x"
13+ paths :
14+ - " .doctrine-project.json"
15+ - " .github/workflows/website-schema.yml"
16+
17+ jobs :
18+ json-validate :
19+ name : " Validate JSON schema"
20+ uses : " doctrine/.github/.github/workflows/website-schema.yml@7.2.2"
You can’t perform that action at this time.
0 commit comments