Remove support for crystal versions < 1.0.0
This commit is contained in:
parent
5790d171ca
commit
f8e12cd435
2 changed files with 1 additions and 3 deletions
2
.github/workflows/crystal.yml
vendored
2
.github/workflows/crystal.yml
vendored
|
@ -16,8 +16,6 @@ jobs:
|
|||
matrix:
|
||||
stable: [true]
|
||||
crystal:
|
||||
- 0.36.0
|
||||
- 0.36.1
|
||||
- 1.0.0
|
||||
- 1.1.0
|
||||
- 1.1.1
|
||||
|
|
|
@ -4,7 +4,7 @@ version: 1.2.3
|
|||
authors:
|
||||
- Andrew Hamon <andrew@hamon.cc>
|
||||
- Didactic Drunk <1479616+didactic-drunk@users.noreply.github.com>
|
||||
crystal: ">= 0.36.0"
|
||||
crystal: ">= 1.0.0"
|
||||
targets:
|
||||
blake2b_hash:
|
||||
main: examples/blake2b_hash.cr
|
||||
|
|
Loading…
Add table
Reference in a new issue