We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f153274 commit b583197Copy full SHA for b583197
.github/workflows/testing.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
oscript_version: ['1.9.2']
15
v8_version: ['8.3.21.1624', '8.3.24.1691']
16
- edt_version: ['2023.3.6']
+ edt_version: ['2023.3.6', '2024.2.5']
17
os: [windows-latest, ubuntu-22.04]
18
locale: ['ru_RU']
19
fail-fast: false
@@ -136,4 +136,4 @@ jobs:
136
report_paths: '**/build/reports/*.xml'
137
fail_on_failure: true
138
comment: true
139
- check_name: 'Результаты тестов. ОС: ${{ matrix.os }}. Версия 1С: ${{ matrix.v8_version }}. Версия OneScript: ${{ matrix.oscript_version }}'
+ check_name: 'Результаты тестов. ОС: ${{ matrix.os }}. Версия 1С: ${{ matrix.v8_version }}. Версия OneScript: ${{ matrix.oscript_version }}'
0 commit comments