Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Oct 10, 2023
1 parent 04a82ad commit 3a36ee2
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]
oscript_version: ['1.7.0']
oscript_version: ['1.8.4']

steps:
# Загрузка проекта
Expand All @@ -36,4 +36,4 @@ jobs:
# Задача тестирования, в результате ожидается успешное выполнение
- name: Тестирование
run: oscript ./tasks/test.os true
run: oscript ./tasks/test.os true

0 comments on commit 3a36ee2

Please sign in to comment.