Skip to content

Commit

Permalink
Merge pull request #67 from autumn-library/feature/dev_workflow
Browse files Browse the repository at this point in the history
версия dev в матрицу тестирования
  • Loading branch information
nixel2007 authored Oct 6, 2023
2 parents 014dd2f + ba15521 commit d48ca31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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', 'macos-latest', 'windows-latest']
oscript_version: ['1.8.3', 'stable']
oscript_version: ['1.8.3', 'stable', 'dev']

steps:
# Загрузка проекта
Expand All @@ -22,7 +22,7 @@ jobs:

# Установка OneScript конкретной версии
- name: Установка OneScript
uses: otymko/setup-onescript@v1.1
uses: otymko/setup-onescript@v1.3
with:
version: ${{ matrix.oscript_version }}

Expand Down

0 comments on commit d48ca31

Please sign in to comment.