|
18 | 18 | ], |
19 | 19 | "test:json-schema-lint": "@php -f json-schema-lint-tests.php --", |
20 | 20 | "test:json-schema-functional": [ |
| 21 | + "@test:json-schema-functional:1.6", |
21 | 22 | "@test:json-schema-functional:1.5", |
22 | 23 | "@test:json-schema-functional:1.4", |
23 | 24 | "@test:json-schema-functional:1.3", |
24 | 25 | "@test:json-schema-functional:1.2" |
25 | 26 | ], |
| 27 | + "test:json-schema-functional:1.6": "@php -f json-schema-functional-tests.php -- -v 1.6 --", |
26 | 28 | "test:json-schema-functional:1.5": "@php -f json-schema-functional-tests.php -- -v 1.5 --", |
27 | 29 | "test:json-schema-functional:1.4": "@php -f json-schema-functional-tests.php -- -v 1.4 --", |
28 | 30 | "test:json-schema-functional:1.3": "@php -f json-schema-functional-tests.php -- -v 1.3 --", |
29 | 31 | "test:json-schema-functional:1.2": "@php -f json-schema-functional-tests.php -- -v 1.2 --", |
30 | 32 | "test:xml-schema-functional": [ |
| 33 | + "@test:xml-schema-functional:1.6", |
31 | 34 | "@test:xml-schema-functional:1.5", |
32 | 35 | "@test:xml-schema-functional:1.4", |
33 | 36 | "@test:xml-schema-functional:1.3", |
34 | 37 | "@test:xml-schema-functional:1.2", |
35 | 38 | "@test:xml-schema-functional:1.1", |
36 | 39 | "@test:xml-schema-functional:1.0" |
37 | 40 | ], |
| 41 | + "test:xml-schema-functional:1.6": "@php -f xml-schema-functional-tests.php -- -v 1.6 --", |
38 | 42 | "test:xml-schema-functional:1.5": "@php -f xml-schema-functional-tests.php -- -v 1.5 --", |
39 | 43 | "test:xml-schema-functional:1.4": "@php -f xml-schema-functional-tests.php -- -v 1.4 --", |
40 | 44 | "test:xml-schema-functional:1.3": "@php -f xml-schema-functional-tests.php -- -v 1.3 --", |
|
0 commit comments