mirror of
https://github.com/Morantron/tmux-fingers.git
synced 2026-09-10 07:26:32 -04:00
bump to crystal 1.19
This commit is contained in:
parent
336a5c6e90
commit
f99ceba76f
4
.github/workflows/deployment.yml
vendored
4
.github/workflows/deployment.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
dist_linux:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: crystallang/crystal:1.14-alpine
|
||||
image: crystallang/crystal:1.19-alpine
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Update Libs
|
||||
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
- name: Install Crystal
|
||||
uses: crystal-lang/install-crystal@v1
|
||||
with:
|
||||
crystal: "1.14"
|
||||
crystal: "1.19"
|
||||
- name: Install static lib dependencies
|
||||
run: brew install bdw-gc pcre2
|
||||
- name: Prepare static libs
|
||||
|
|
|
|||
4
.github/workflows/pull_request.yml
vendored
4
.github/workflows/pull_request.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
|
||||
- uses: crystal-lang/install-crystal@v1
|
||||
with:
|
||||
crystal: 1.14
|
||||
crystal: 1.19
|
||||
|
||||
- name: Install dependencies
|
||||
run: shards install
|
||||
|
|
@ -69,7 +69,7 @@ jobs:
|
|||
|
||||
- uses: crystal-lang/install-crystal@v1
|
||||
with:
|
||||
crystal: 1.14
|
||||
crystal: 1.19
|
||||
|
||||
- name: Install dependencies
|
||||
run: shards install
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM crystallang/crystal:1.14-alpine
|
||||
FROM crystallang/crystal:1.19-alpine
|
||||
ENV LANG=en_US.UTF-8
|
||||
RUN apk upgrade && apk add bash libevent-dev ncurses-dev ncurses hyperfine bison
|
||||
COPY ./spec/install-tmux-versions.sh /opt/install-tmux-versions.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue