Skip to content

Commit bdf5282

Browse files
authored
Update Elixir and OTP versions (#446)
1 parent a4ee9fe commit bdf5282

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/elixir-test-matrix.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"otp_version": ["26.2.5.3", "25.3.2.14"],
3-
"elixir_version": ["1.16.3", "1.15.8"],
2+
"otp_version": ["27.2", "25.3.2.16"],
3+
"elixir_version": ["1.18.1", "1.15.8"],
44
"rebar3_version": ["3.24.0"],
5-
"os": ["ubuntu-22.04"],
5+
"os": ["ubuntu-24.04"],
66
"include": [
77
{
8-
"elixir_version": "1.17.3",
9-
"otp_version": "27.1",
8+
"elixir_version": "1.18.1",
9+
"otp_version": "27.2",
1010
"check_formatted": true
1111
}
1212
],

.github/erlang-test-matrix.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"otp_version": ["27.1", "26.2.5.3", "25.3.2.14"],
2+
"otp_version": ["27.2", "25.3.2.16"],
33
"rebar3_version": ["3.24.0"],
4-
"os": ["ubuntu-22.04"]
4+
"os": ["ubuntu-24.04"]
55
}

0 commit comments

Comments
 (0)