Skip to content

Commit 68f9771

Browse files
committed
test with R2021a minimum
test: syntax modernize
1 parent dea36be commit 68f9771

3 files changed

Lines changed: 116 additions & 187 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
release: [R2020b, R2025a]
22+
release: [R2021a, R2025a]
2323

2424
steps:
2525
- uses: actions/checkout@v4

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ resources/
44
*.m~
55
code-coverage.xml
66
.buildtool/
7+
*.sarif
8+
*.xml

0 commit comments

Comments
 (0)