Skip to content

Изменена версия oscript для тестирования и сборки на 1.8.3, изменена версия набора плагинов. #84

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
oscript_version: ['1.4.0', '1.5.0']
oscript_version: ['1.8.3']

steps:
# Загрузка проекта
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
oscript_version: ['1.4.0']
oscript_version: ['1.8.3']
package_mask: ["gitsync-plugins-*.ospx"]

steps:
Expand Down Expand Up @@ -56,4 +56,4 @@ jobs:
shell: bash
run: opm push -f ./${{ matrix.package_mask }} --token ${{ env.TOKEN }} -c stable
env:
TOKEN: ${{ secrets.ACCESS_TOKEN }}
TOKEN: ${{ secrets.ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
oscript_version: ['1.4.0', '1.5.0']
oscript_version: ['1.8.3']

steps:
# Загрузка проекта
Expand Down
2 changes: 1 addition & 1 deletion packagedef
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
.Автор("Khorev A.A. and SilverBulleters")
.АдресАвтора("[email protected],[email protected]")
.Описание("Набор предустановленных плагинов для gitsync")
.ВерсияСреды("1.5.0")
.ВерсияСреды("1.7.0")
.ВключитьФайл("src")
.ВключитьФайл("docs")
.ВключитьФайл("oscript_modules")
Expand Down