File tree Expand file tree Collapse file tree 12 files changed +23
-23
lines changed Expand file tree Collapse file tree 12 files changed +23
-23
lines changed Original file line number Diff line number Diff 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
1717defaults :
1818 environment : &env
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
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]
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 1414jobs :
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments