Skip to content

Commit

Permalink
Lock to Crystal 1.4 or later (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink authored May 29, 2022
1 parent 7b10812 commit 4d59601
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
crystal_version:
- 1.0.0
- 1.4.0
- latest
experimental:
- false
Expand Down
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ version: 0.1.4
authors:
- Jeremy Woertink <[email protected]>

crystal: ">= 0.36.1, < 2.0.0"
crystal: ">= 1.4.0"

license: MIT

development_dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 0.14.2
version: ~> 1.0.0

0 comments on commit 4d59601

Please sign in to comment.