We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c24f9d8 commit d1a5bb2Copy full SHA for d1a5bb2
2 files changed
.github/workflows/test.yml
@@ -18,11 +18,12 @@ on:
18
19
jobs:
20
test:
21
+ uses: autumn-library/workflows/.github/workflows/test.yml@main
22
strategy:
23
fail-fast: false
24
matrix:
25
os: [ubuntu-latest, windows-latest, macos-latest]
- oscript_version: [stable, dev]
26
- uses: autumn-library/workflows/.github/workflows/test.yml@main
+ oscript_version: [stable, default]
27
with:
28
- test_engine: oneunit
+ test_engine: oneunit
29
+ oscript_version: ${{ matrix.oscript_version }}
packagedef
@@ -18,7 +18,7 @@
Описание.Имя("oscript-md")
.Версия("0.1.0")
- .ВерсияСреды("1.9.2")
+ .ВерсияСреды("2.0.0")
.Автор("Egor Ivanov")
.АдресАвтора("Segate@inbox.ru")
.АдресРепозитория("https://github.com/segate-ekb/oscript-md")
0 commit comments