mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-22 13:53:23 +08:00
Update Elixir version on CI
This commit is contained in:
parent
52cf7c8a5b
commit
69504d6d1a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
- "v*.*.*"
|
||||
env:
|
||||
otp: "25.0"
|
||||
elixir: "1.14.0-rc.1"
|
||||
elixir: "1.14.0"
|
||||
jobs:
|
||||
assets:
|
||||
outputs:
|
||||
|
|
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -6,7 +6,7 @@ on:
|
|||
- main
|
||||
env:
|
||||
otp: "25.0"
|
||||
elixir: "1.14.0-rc.1"
|
||||
elixir: "1.14.0"
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue