Skip to content

Commit

Permalink
fix: update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m.r committed Aug 8, 2024
1 parent dbc9d1a commit d49e066
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ on: push
jobs:
test:
name: Test
timeout-minutes: 20
timeout-minutes: 30
continue-on-error: true
strategy:
matrix:
os: [windows-latest, ubuntu-latest,macos-13]
version: ['14.x', '15.x', '16.x','17.x', '18.x','19.x','20.x']
os: [windows-latest, ubuntu-latest]
version: ['18.x','19.x','20.x']
runs-on: ${{ matrix.os }}
steps:
- name: Checkout to code
Expand Down

0 comments on commit d49e066

Please sign in to comment.