Skip to content

Commit a8011ca

Browse files
authored
Lock to Crystal 1.4 or later (#12)
1 parent 527e6c8 commit a8011ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
crystal_version:
31-
- 1.0.0
31+
- 1.4.0
3232
- latest
3333
experimental:
3434
- false

shard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 0.1.1
44
authors:
55
- Jeremy Woertink <jeremywoertink@gmail.com>
66

7-
crystal: ">= 1.0.0"
7+
crystal: ">= 1.4.0"
88

99
license: MIT
1010

@@ -21,4 +21,4 @@ development_dependencies:
2121
branch: master
2222
ameba:
2323
github: crystal-ameba/ameba
24-
version: ~> 0.14.3
24+
version: ~> 1.0.0

0 commit comments

Comments
 (0)