Skip to content

Commit

Permalink
Remove support for crystal versions < 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caspiano committed Oct 20, 2021
1 parent 5790d17 commit f8e12cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/crystal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
matrix:
stable: [true]
crystal:
- 0.36.0
- 0.36.1
- 1.0.0
- 1.1.0
- 1.1.1
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.2.3
authors:
- Andrew Hamon <[email protected]>
- Didactic Drunk <[email protected]>
crystal: ">= 0.36.0"
crystal: ">= 1.0.0"
targets:
blake2b_hash:
main: examples/blake2b_hash.cr
Expand Down

0 comments on commit f8e12cd

Please sign in to comment.