Skip to content

Commit 8b0b47a

Browse files
authored
Merge pull request #86 from elbywan/crystal-1.12
upgrade to crystal 1.12
2 parents 641065e + ad0e9e3 commit 8b0b47a

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: brew update && brew install crystal || true
2525
- name: Build the binary
2626
run: |
27-
export LLVM_CONFIG="$(brew --prefix)/opt/llvm@17/bin/llvm-config"
27+
export LLVM_CONFIG="$(brew --prefix)/opt/llvm@18/bin/llvm-config"
2828
shards build crystalline --release --no-debug -Dpreview_mt --stats --progress --ignore-crystal-version
2929
- name: Upload a Build Artifact
3030
uses: actions/upload-artifact@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: shards install --production --ignore-crystal-version
2424
- name: Build the binary
2525
run: |
26-
export LLVM_CONFIG="$(brew --prefix)/opt/llvm@17/bin/llvm-config"
26+
export LLVM_CONFIG="$(brew --prefix)/opt/llvm@18/bin/llvm-config"
2727
shards build crystalline --release --no-debug -Dpreview_mt --stats --progress --ignore-crystal-version
2828
- name: Upload a Build Artifact
2929
uses: actions/upload-artifact@v2

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM crystallang/crystal:1.11.2-alpine
1+
FROM crystallang/crystal:1.12.1-alpine
22

33
WORKDIR /app
44

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ Building from source does take a long time._
3232

3333
| Crystal | Crystalline |
3434
| -------- | ----------- |
35-
| **1.11** | **0.12** |
35+
| **1.12** | **0.13** |
36+
| 1.11 | 0.12 |
3637
| 1.10 | 0.11 |
3738
| 1.9 | 0.10 |
3839
| 1.8 | 0.9 |

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: crystalline
2-
version: 0.12.2
2+
version: 0.13.0
33

44
authors:
55
- Julien Elbaz <[email protected]>

0 commit comments

Comments
 (0)