Skip to content

Commit 072580e

Browse files
committed
add more nuke versions to build strategy
1 parent 1cf0de1 commit 072580e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
nuke_version: ["15.1"]
19+
nuke_version: ["14.0", "14.1", "15.0", "15.1", "15.2", "16.0"]
2020
fail-fast: true
2121

2222
steps:
@@ -110,7 +110,7 @@ jobs:
110110

111111
strategy:
112112
matrix:
113-
nuke_version: ["15.1"]
113+
nuke_version: ["14.0", "14.1", "15.0", "15.1", "15.2", "16.0"]
114114
fail-fast: true
115115

116116
steps:

0 commit comments

Comments
 (0)