Skip to content

Commit 7226ffa

Browse files
committed
scripts: genboard: extend test list to 2.8.0/99
So that new NCS versions are covered. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent dc3dd7f commit 7226ffa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/west_commands/genboard/west-ncs-genboard-test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ declare -a NCS_VERSIONS=(
1616
"2.5.0"
1717
"2.6.0"
1818
"2.7.0"
19-
"2.7.99"
19+
"2.8.0"
20+
"2.8.99"
2021
)
2122

2223
declare -a SOCS=(

0 commit comments

Comments
 (0)