Skip to content

Commit 732d8dc

Browse files
authored
Update stable and nightly versions of omc (#313)
1 parent ce701df commit 732d8dc

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ On Linux apt is used to install OpenModelica, on Windows the installer executabl
3636
| nightly | Linux | amd64, arm64, armhf, i386 | ✔️ |
3737
| stable | Linux | amd64, arm64, armhf, i386 | ✔️ |
3838
| release | Linux | amd64, arm64, armhf, i386 | ✔️ |
39+
| 1.21.1 | Linux | amd64, arm64, armhf, i386 | ✔️ |
3940
| 1.20.1 | Linux | amd64, arm64, armhf, i386 | ✔️ |
4041
| 1.20.0 | Linux | amd64, arm64, armhf, i386 | ✔️ |
4142
| 1.19.2 | Linux | amd64, arm64, armhf, i386 | ✔️ |
@@ -74,7 +75,7 @@ On Linux apt is used to install OpenModelica, on Windows the installer executabl
7475
```yaml
7576
- uses: AnHeuermann/setup-openmodelica@v0.6
7677
with:
77-
version: '1.20'
78+
version: '1.21'
7879
packages: |
7980
'omc'
8081
'omsimulator'

__tests__/installer.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function linuxTests(): void {
9595
const version = installer.getOMVersion('nightly')
9696
await installer.installOM(['omc'], version, '64')
9797
const resVer = await installer.showVersion('omc')
98-
expect(resVer).toContain('1.22.0~dev-')
98+
expect(resVer).toContain('1.23.0~dev-')
9999
},
100100
10 * 60000
101101
)
@@ -107,7 +107,7 @@ function linuxTests(): void {
107107
const version = installer.getOMVersion('stable')
108108
await installer.installOM(['omc'], version, '64')
109109
const resVer = await installer.showVersion('omc')
110-
expect(resVer).toContain('1.21.')
110+
expect(resVer).toContain('1.22.')
111111
},
112112
10 * 60000
113113
)

0 commit comments

Comments
 (0)