Skip to content

Commit

Permalink
ci: Изменена версия oscript для тестирования и сборки.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkuznetsov committed Apr 19, 2024
1 parent 00605f3 commit f8612ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
oscript_version: ['1.6.0']
oscript_version: ['1.9.1']

steps:
# Загрузка проекта
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
oscript_version: ['1.6.0']
oscript_version: ['1.9.1']

steps:
# Загрузка проекта
Expand Down

0 comments on commit f8612ff

Please sign in to comment.