Skip to content

test against 1.18

test against 1.18 #843

Triggered via push February 20, 2025 17:08
Status Success
Total duration 35s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Ex1.18.2/OTP25.3.2
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