Skip to content

Commit 9249b7a

Browse files
authored
CI housekeeping (#1291)
Changes: - support Elixir 1.19/Erlang OTP 28 in CI matrix - bump actions/checkout
1 parent e83b698 commit 9249b7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ jobs:
1818
include:
1919
# Earliest-supported Elixir/Erlang pair.
2020
- elixir: "1.14"
21-
otp: "24.3"
21+
otp: "24"
2222
PLUG_CRYPTO_2_0: "false"
2323

2424
# Latest-supported Elixir/Erlang pair.
25-
- elixir: "1.18"
26-
otp: "27.3"
25+
- elixir: "1.19"
26+
otp: "28"
2727
lint: lint
2828
PLUG_CRYPTO_2_0: "true"
2929

3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v6
3232

3333
- name: Install Erlang and Elixir
3434
uses: erlef/setup-beam@v1

0 commit comments

Comments
 (0)