Skip to content

Commit 2992c69

Browse files
authored
Update Elixir and Erlang versions in CI (#40)
1 parent c7a5a63 commit 2992c69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
elixir: 1.11
2020
otp: 23.3
2121
- pair:
22-
elixir: 1.14
23-
otp: 25.2
22+
elixir: 1.16
23+
otp: 26.2
2424
lint: lint
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v4
2727

2828
- uses: erlef/setup-beam@v1
2929
with:

0 commit comments

Comments
 (0)