From 9353dc19859409bc666ea6edaa0a02a5f76129bb Mon Sep 17 00:00:00 2001 From: jiro4989 Date: Sat, 30 May 2020 20:22:24 +0000 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 290074605..5df19a155 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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