Skip to content

Commit 6a14b81

Browse files
Update previous Crystal release 1.18.2 (#16249)
1 parent c3d14e6 commit 6a14b81

File tree

12 files changed

+23
-23
lines changed

12 files changed

+23
-23
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ parameters:
1212
previous_crystal_base_url:
1313
description: "Prefix for URLs to Crystal bootstrap compiler"
1414
type: string
15-
default: "https://github.com/crystal-lang/crystal/releases/download/1.18.1/crystal-1.18.1-1"
15+
default: "https://github.com/crystal-lang/crystal/releases/download/1.18.2/crystal-1.18.2-1"
1616

1717
defaults:
1818
environment: &env

.github/workflows/aarch64-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Crystal
2929
uses: crystal-lang/install-crystal@v1
3030
with:
31-
crystal: "1.18.1"
31+
crystal: "1.18.2"
3232

3333
- name: Cross-compile Crystal
3434
run: make target=aarch64-linux-gnu release=1

.github/workflows/interpreter.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
test-interpreter_spec:
1616
runs-on: ubuntu-24.04
1717
container:
18-
image: crystallang/crystal:1.18.1-build
18+
image: crystallang/crystal:1.18.2-build
1919
name: "Test Interpreter"
2020
steps:
2121
- uses: actions/checkout@v5
@@ -26,7 +26,7 @@ jobs:
2626
build-interpreter:
2727
runs-on: ubuntu-24.04
2828
container:
29-
image: crystallang/crystal:1.18.1-build
29+
image: crystallang/crystal:1.18.2-build
3030
name: Build interpreter
3131
steps:
3232
- uses: actions/checkout@v5
@@ -45,7 +45,7 @@ jobs:
4545
needs: build-interpreter
4646
runs-on: ubuntu-24.04
4747
container:
48-
image: crystallang/crystal:1.18.1-build
48+
image: crystallang/crystal:1.18.2-build
4949
strategy:
5050
matrix:
5151
part: [0, 1, 2, 3]
@@ -70,7 +70,7 @@ jobs:
7070
needs: build-interpreter
7171
runs-on: ubuntu-24.04
7272
container:
73-
image: crystallang/crystal:1.18.1-build
73+
image: crystallang/crystal:1.18.2-build
7474
name: "Test primitives_spec with interpreter"
7575
steps:
7676
- uses: actions/checkout@v5

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# libffi is only available starting from the 1.2.2 build images
3232
- crystal_bootstrap_version: 1.0.0
3333
flags: "FLAGS=-Dwithout_ffi USE_PCRE1=true"
34-
- crystal_bootstrap_version: 1.18.1 # LATEST RELEASE
34+
- crystal_bootstrap_version: 1.18.2 # LATEST RELEASE
3535
steps:
3636
- name: Download Crystal source
3737
uses: actions/checkout@v5

.github/workflows/llvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Install Crystal
6767
uses: crystal-lang/install-crystal@v1
6868
with:
69-
crystal: "1.18.1"
69+
crystal: "1.18.2"
7070

7171
- name: Build libllvm_ext
7272
run: make -B deps

.github/workflows/openssl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
libssl_test:
2828
runs-on: ubuntu-latest
2929
name: "${{ matrix.pkg }}"
30-
container: crystallang/crystal:1.18.1-alpine
30+
container: crystallang/crystal:1.18.2-alpine
3131
strategy:
3232
fail-fast: false
3333
matrix:

.github/workflows/regex-engine.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pcre:
3030
runs-on: ubuntu-latest
3131
name: "PCRE"
32-
container: crystallang/crystal:1.18.1-alpine
32+
container: crystallang/crystal:1.18.2-alpine
3333
steps:
3434
- name: Download Crystal source
3535
uses: actions/checkout@v5
@@ -44,7 +44,7 @@ jobs:
4444
pcre2:
4545
runs-on: ubuntu-latest
4646
name: "PCRE2"
47-
container: crystallang/crystal:1.18.1-alpine
47+
container: crystallang/crystal:1.18.2-alpine
4848
steps:
4949
- name: Download Crystal source
5050
uses: actions/checkout@v5

.github/workflows/wasm32.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515
wasm32-test:
1616
runs-on: ubuntu-24.04
17-
container: crystallang/crystal:1.18.1-build
17+
container: crystallang/crystal:1.18.2-build
1818
steps:
1919
- name: Download Crystal source
2020
uses: actions/checkout@v5

.github/workflows/win_build_portable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: crystal-lang/install-crystal@v1
3434
id: install-crystal
3535
with:
36-
crystal: "1.18.1"
36+
crystal: "1.18.2"
3737

3838
- name: Download Crystal source
3939
uses: actions/checkout@v5

.github/workflows/xml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
libssl_test:
2626
runs-on: ubuntu-latest
2727
name: "${{ matrix.pkg }}"
28-
container: crystallang/crystal:1.18.1-alpine
28+
container: crystallang/crystal:1.18.2-alpine
2929
strategy:
3030
fail-fast: false
3131
matrix:

0 commit comments

Comments
 (0)