Skip to content

bump elixir version to 1.18.1 #445

bump elixir version to 1.18.1

bump elixir version to 1.18.1 #445

Triggered via pull request January 8, 2025 19:09
Status Success
Total duration 3m 5s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Build & Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build & Test
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention