Skip to content

Commit

Permalink
Update to Crystal 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorthurlow committed Oct 10, 2022
1 parent 8b7a8be commit 3441578
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .crystal-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.6.0
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:

strategy:
matrix:
os: [ubuntu-16.04, macos-latest]
os: [ubuntu-20.04, macos-latest]
include:
- os: ubuntu-16.04
- os: ubuntu-20.04
artifact_name: thicket
asset_name: thicket_${{ github.ref }}_linux-amd64
- os: macos-latest
Expand All @@ -23,7 +23,7 @@ jobs:
fail-fast: false

container:
image: crystallang/crystal:1.0.0
image: crystallang/crystal:1.6.0

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: crystallang/crystal:1.0.0
image: crystallang/crystal:1.6.0

steps:
- uses: actions/checkout@v1
Expand Down
5 changes: 1 addition & 4 deletions shard.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
version: 2.0
shards:
ameba:
github: veelenga/ameba
version: 0.14.3
shards: {}
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: thicket
version: 0.1.5
version: 0.1.6

authors:
- Taylor Thurlow <[email protected]>
Expand All @@ -14,6 +14,6 @@ targets:
executables:
- thicket

crystal: 1.0.0
crystal: 1.6.0

license: MIT
2 changes: 1 addition & 1 deletion src/thicket/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Thicket
VERSION = "0.1.5"
VERSION = "0.1.6"
end

0 comments on commit 3441578

Please sign in to comment.