Skip to content

Commit

Permalink
Ensure project uses Crystal 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Apr 10, 2024
1 parent f6cda30 commit dbbaa0e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
qa:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:1.11.1
image: crystallang/crystal:1.12.0
steps:
- uses: actions/checkout@v1
- name: Install required packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
container:
image: crystallang/crystal:1.11.1
image: crystallang/crystal:1.12.0
steps:
- uses: actions/checkout@v2
- name: Install required packages
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For more information on how to this works with other frontends/backends, head ov

## System requirements

* [Crystal](https://crystal-lang.org/) 1.11+
* [Crystal](https://crystal-lang.org/) 1.12+
* [Node.js](https://nodejs.org/en/) - 18.x

## Installation
Expand Down
4 changes: 2 additions & 2 deletions shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.0
shards:
ameba:
git: https://github.com/crystal-ameba/ameba.git
version: 1.6.1+git.commit.734bb2a7f1e70f0a718bc4415888aca8d9e7177a
version: 1.6.1+git.commit.107c6e0ea635b827ea7ee5d7bd748fc6d8ee947c

cmark:
git: https://github.com/amauryt/cr-cmark-gfm.git
Expand All @@ -18,7 +18,7 @@ shards:

marten:
git: https://github.com/martenframework/marten.git
version: 0.4.0
version: 0.4.4

marten_auth:
git: https://github.com/martenframework/marten-auth.git
Expand Down

0 comments on commit dbbaa0e

Please sign in to comment.