Skip to content

Commit d49e066

Browse files
author
m.r
committed
fix: update test workflow
1 parent dbc9d1a commit d49e066

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ on: push
33
jobs:
44
test:
55
name: Test
6-
timeout-minutes: 20
6+
timeout-minutes: 30
77
continue-on-error: true
88
strategy:
99
matrix:
10-
os: [windows-latest, ubuntu-latest,macos-13]
11-
version: ['14.x', '15.x', '16.x','17.x', '18.x','19.x','20.x']
10+
os: [windows-latest, ubuntu-latest]
11+
version: ['18.x','19.x','20.x']
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Checkout to code

0 commit comments

Comments
 (0)