Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed May 30, 2020
1 parent da88098 commit 9353dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:
- uses: actions/checkout@master
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: '1.0.2'
nim-version: '1.2.0'
- run: nimble build -Y
- run: nimble test -Y
```
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
nim: [ '1.0.2', 'stable' ]
nim: [ '1.2.0', 'stable' ]
name: Nim ${{ matrix.nim }} sample
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 9353dc1

Please sign in to comment.