Skip to content

Commit d1a5bb2

Browse files
committed
fix
1 parent c24f9d8 commit d1a5bb2

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ on:
1818

1919
jobs:
2020
test:
21+
uses: autumn-library/workflows/.github/workflows/test.yml@main
2122
strategy:
2223
fail-fast: false
2324
matrix:
2425
os: [ubuntu-latest, windows-latest, macos-latest]
25-
oscript_version: [stable, dev]
26-
uses: autumn-library/workflows/.github/workflows/test.yml@main
26+
oscript_version: [stable, default]
2727
with:
28-
test_engine: oneunit
28+
test_engine: oneunit
29+
oscript_version: ${{ matrix.oscript_version }}

packagedef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
Описание.Имя("oscript-md")
2020
.Версия("0.1.0")
21-
.ВерсияСреды("1.9.2")
21+
.ВерсияСреды("2.0.0")
2222
.Автор("Egor Ivanov")
2323
.АдресАвтора("Segate@inbox.ru")
2424
.АдресРепозитория("https://github.com/segate-ekb/oscript-md")

0 commit comments

Comments
 (0)