Skip to content

Commit

Permalink
update test .tool-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner committed Sep 25, 2024
1 parent c3b04aa commit 8a178eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/setup-beam.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -871,10 +871,10 @@ async function testParseVersionFile() {
const gleamVersion = unsimulateInput('gleam-version')
const rebar3Version = unsimulateInput('rebar3-version')

const erlang = '25.1.1'
const elixir = '1.14.1'
const erlang = '27'
const elixir = '1.17.0'
const gleam = '0.23.0'
const rebar3 = '3.16.0'
const rebar3 = '3.23'
const toolVersions = `# a comment
erlang ref:v${erlang}# comment, no space, and ref:v
elixir ref:${elixir} # comment, with space and ref:
Expand Down

0 comments on commit 8a178eb

Please sign in to comment.