Skip to content

Commit 57b5054

Browse files
Update versions on CI (#19)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
1 parent 77946b2 commit 57b5054

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)