File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 MIX_ENV : test
1313 name : Lint
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 - uses : erlef/setup-beam@v1
1717 with :
18- otp-version : " 27.2 "
19- elixir-version : " 1.18.2 "
18+ otp-version : " 28 "
19+ elixir-version : " 1.19 "
2020 - run : mix deps.get --check-locked
2121 - run : mix deps.compile
2222 - run : mix format --check-formatted
@@ -34,12 +34,12 @@ jobs:
3434 - { name: "macOS", id: "macos-14" }
3535 pair :
3636 - { elixir: "1.15.8", otp: "25.3" }
37- - { elixir: "1.18.2 ", otp: "27.2 " }
37+ - { elixir: "1.19.5 ", otp: "28.4 " }
3838 env :
3939 MIX_ENV : test
4040 name : Test (${{ matrix.os.name }}, ${{ matrix.pair.elixir }}, ${{ matrix.pair.otp }})
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v6
4343 - uses : erlef/setup-beam@v1
4444 with :
4545 otp-version : ${{ matrix.pair.otp }}
You can’t perform that action at this time.
0 commit comments