Skip to content

Commit

Permalink
scripts: genboard: extend test list to 2.8.0/99
Browse files Browse the repository at this point in the history
So that new NCS versions are covered.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull committed Oct 31, 2024
1 parent dc3dd7f commit 7226ffa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/west_commands/genboard/west-ncs-genboard-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ declare -a NCS_VERSIONS=(
"2.5.0"
"2.6.0"
"2.7.0"
"2.7.99"
"2.8.0"
"2.8.99"
)

declare -a SOCS=(
Expand Down

0 comments on commit 7226ffa

Please sign in to comment.