We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85db3e8 commit 4c63556Copy full SHA for 4c63556
support/schemas/generators.cue
@@ -77,7 +77,7 @@ import "strings"
77
valid_output?: #test_group
78
})
79
#test_group_config
80
- version: =~"^[0-9]{4}-[0-9]{2}$" | *"2025-08"
+ version: =~"^[0-9]{4}-[0-9]{2}$" | *"2025-12"
81
82
... // Do allow unknown_key at top level for tooling
83
}
0 commit comments