Skip to content

Commit

Permalink
Merge pull request #138 from coverallsapp/chore/upgrade-crystal-version
Browse files Browse the repository at this point in the history
Update Crystal Lang version to 1.13.1, the latest stable version.
  • Loading branch information
afinetooth authored Aug 12, 2024
2 parents e8e8bb6 + fad6be3 commit d7b8c66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
with:
crystal: 1.9
crystal: 1.13.1

- name: Build SQLite3 static library
run: "scripts/sqlite3-static.ps1"
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
with:
crystal: 1.9
crystal: 1.13.1

- name: Build (Linux)
run: make release_linux
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
with:
crystal: 1.9
crystal: 1.13.1
- name: Install dependencies
run: shards install
- name: Install coverage.py
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
with:
crystal: 1.9
crystal: 1.13.1
- name: Install dependencies
run: shards install
- name: Run linter
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
with:
crystal: 1.9
crystal: 1.13.1
- run: make build
- name: Install kcov
run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
UUID := $(shell id -u)
GUID := $(shell id -g)
CRYSTAL_VERSION := 1.9
CRYSTAL_VERSION := 1.13.1

build:
shards build coveralls --progress --error-trace
Expand Down

0 comments on commit d7b8c66

Please sign in to comment.