Skip to content

Commit

Permalink
Ensure project uses Crystal 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Jul 13, 2024
1 parent fc536b2 commit 8d2176f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.13.0
image: crystallang/crystal:1.13.1
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.13.0
image: crystallang/crystal:1.13.1
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.13.0
FROM crystallang/crystal:1.13.1
WORKDIR /app
COPY . .

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.13.0
crystal: 1.13.1

dependencies:
cmark:
Expand Down

0 comments on commit 8d2176f

Please sign in to comment.