Skip to content

Commit

Permalink
update for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guzba committed Aug 28, 2023
1 parent a3fd6f0 commit afe6a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
nim-version: ['1.0.x', '1.2.x', '1.4.x', 'stable']
nim-version: ['1.0.x', '1.2.x', '1.4.x', '1.6.x', '2.0.0']
include:
- nim-version: '1.4.x'
gc_orc: true
- nim-version: 'stable'
- nim-version: '1.6.x'
gc_orc: true

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit afe6a71

Please sign in to comment.