Skip to content

Commit

Permalink
ci: Add buildable nms version
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyaPeyaPeyang committed Apr 29, 2024
1 parent d593446 commit de57507
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
matrix:
nms-version:
- 1.16.5
- 1.16.3
- 1.15.2
- 1.14.4
- 1.13.2
Expand Down Expand Up @@ -90,6 +91,7 @@ jobs:
const path = require('path');
const nmsVersions = [
'1.16.5',
'1.16.3',
'1.15.2',
'1.14.4',
'1.13.2',
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/scenamatica-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
matrix:
nms-version:
- 1.16.5
- 1.16.3
- 1.15.2
- 1.14.4
- 1.13.2
Expand Down Expand Up @@ -79,6 +80,7 @@ jobs:
const path = require('path');
const nmsVersions = [
'1.16.5',
'1.16.3',
'1.15.2',
'1.14.4',
'1.13.2',
Expand Down

0 comments on commit de57507

Please sign in to comment.