Skip to content

Commit 3a36ee2

Browse files
authored
Update testing.yml
1 parent 04a82ad commit 3a36ee2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest]
16-
oscript_version: ['1.7.0']
16+
oscript_version: ['1.8.4']
1717

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

0 commit comments

Comments
 (0)