Skip to content

Commit

Permalink
Upgrade minimum crystal version required
Browse files Browse the repository at this point in the history
  • Loading branch information
d1ceward committed Jun 13, 2022
1 parent cea03b3 commit b317515
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:
strategy:
matrix:
container:
- crystallang/crystal:0.36.1
- crystallang/crystal:1.0.0
- crystallang/crystal:1.1.1
- crystallang/crystal:1.2.2
- crystallang/crystal:1.3.2
- crystallang/crystal:1.4.1
container:
image: ${{ matrix.container }}
Expand All @@ -43,11 +38,6 @@ jobs:
strategy:
matrix:
container:
- crystallang/crystal:0.36.1
- crystallang/crystal:1.0.0
- crystallang/crystal:1.1.1
- crystallang/crystal:1.2.2
- crystallang/crystal:1.3.2
- crystallang/crystal:1.4.1
container:
image: ${{ matrix.container }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Crystal wrapper for parsing .xlsx spreadsheets

:rocket: Suggestions for new improvements are welcome in the issue tracker.

Note: Work with Cystal versions `>= 0.36.1, < 2.0.0`
Note: Work with Cystal versions `>= 1.4.0, < 2.0.0`

## Installation

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 @@ authors:
- D1ceWard <[email protected]>
description: Crystal wrapper for parsing .xlsx spreadsheets
license: MIT
crystal: '>= 0.36.1, < 2.0.0'
crystal: '>= 1.4.0, < 2.0.0'

development_dependencies:
ameba:
Expand Down

0 comments on commit b317515

Please sign in to comment.