Skip to content

Commit

Permalink
Ensure project uses Crystal 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Jan 10, 2024
1 parent ddd0323 commit 79c1bd2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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:
crystal:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:1.10.0
image: crystallang/crystal:1.11.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.10.0
image: crystallang/crystal:1.11.0
steps:
- uses: actions/checkout@v2
- name: Install required packages
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM crystallang/crystal:1.10.0
FROM crystallang/crystal:1.11.0
WORKDIR /app
COPY . .

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This repository contains the Marten Framework website project.

## System requirements

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

## Installation
Expand Down
6 changes: 3 additions & 3 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.5.0+git.commit.18d193bd0831db721adeaed41655dd40cad3c0ae
version: 1.6.0+git.commit.452a7a867ea0b7cae509f369b1b2c87671f99ea5

any_hash:
git: https://github.com/sija/any_hash.cr.git
Expand All @@ -18,7 +18,7 @@ shards:

db:
git: https://github.com/crystal-lang/crystal-db.git
version: 0.12.0
version: 0.13.1

dotenv:
git: https://github.com/gdotdesign/cr-dotenv.git
Expand All @@ -30,7 +30,7 @@ shards:

marten:
git: https://github.com/martenframework/marten.git
version: 0.3.2
version: 0.3.3

marten_raven_middleware:
git: https://github.com/ellmetha/marten-raven-middleware.git
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: website
version: 0.1.0

crystal: 1.10.0
crystal: 1.11.0

dependencies:
cmark:
Expand Down

0 comments on commit 79c1bd2

Please sign in to comment.