Skip to content

Commit

Permalink
Merge pull request #172 from awseward/upgrade-nim
Browse files Browse the repository at this point in the history
Use nim >= 1.6.0
  • Loading branch information
awseward committed Aug 28, 2022
2 parents e9f1d42 + e133fe4 commit aa8536e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 25 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# Warning: this is an automatically generated file.
#
# It was generated using '.github/.workflow_templates/cache.dhall'.
#
# Please avoid editing it manually unless doing so temporarily.

jobs:
update-cache:
runs-on:
Expand Down
14 changes: 4 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# Warning: this is an automatically generated file.
#
# It was generated using '.github/.workflow_templates/ci.dhall'.
#
# Please avoid editing it manually unless doing so temporarily.

jobs:
build-call_status_checker:
runs-on:
Expand All @@ -24,7 +18,7 @@ jobs:
path: "~/.nimble"
- uses: "jiro4989/setup-nim-action@v1.3.4"
with:
nim-version: '1.6.0'
nim-version: '1.6.6'
- run: script/gh-actions-ci.sh build_call_status_checker
build-web:
runs-on:
Expand All @@ -45,7 +39,7 @@ jobs:
path: "~/.nimble"
- uses: "jiro4989/setup-nim-action@v1.3.4"
with:
nim-version: '1.6.0'
nim-version: '1.6.6'
- run: script/gh-actions-ci.sh build_web
check-assets:
runs-on:
Expand All @@ -66,7 +60,7 @@ jobs:
path: "~/.nimble"
- uses: "jiro4989/setup-nim-action@v1.3.4"
with:
nim-version: '1.6.0'
nim-version: '1.6.6'
- run: script/gh-actions-ci.sh check_assets
check-shell:
runs-on:
Expand All @@ -93,7 +87,7 @@ jobs:
path: "~/.nimble"
- uses: "jiro4989/setup-nim-action@v1.3.4"
with:
nim-version: '1.6.0'
nim-version: '1.6.6'
- run: script/gh-actions-ci.sh generate_docs
name: CI
on:
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# Warning: this is an automatically generated file.
#
# It was generated using '.github/.workflow_templates/release.dhall'.
#
# Please avoid editing it manually unless doing so temporarily.

jobs:
release-call_status_checker:
runs-on:
Expand All @@ -24,7 +18,7 @@ jobs:
path: "~/.nimble"
- uses: "jiro4989/setup-nim-action@v1.3.4"
with:
nim-version: '1.6.0'
nim-version: '1.6.6'
- id: plan
name: Plan release
run: script/gh-actions-release.sh plan
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nim 1.6.0
nim 1.6.6
postgres 13.4
2 changes: 1 addition & 1 deletion call_status.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bin = @["call_status_checker", "call_status_cli", "web"]

requires "argparse >= 2.0.0 & <= 2.0.0"
requires "jester >= 0.5.0"
requires "nim >= 1.4.2"
requires "nim >= 1.6.0"

requires "https://github.com/awseward/heroku_database_url_splitter"
requires "https://github.com/awseward/nim-junk-drawer#9ff04c5c70b2fe5d24f951f0ff8f408a108ee059"
Expand Down

0 comments on commit aa8536e

Please sign in to comment.