Skip to content

Commit

Permalink
Update Elixir and OTP versions (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryannaegele authored Jan 2, 2025
1 parent a4ee9fe commit bdf5282
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/elixir-test-matrix.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"otp_version": ["26.2.5.3", "25.3.2.14"],
"elixir_version": ["1.16.3", "1.15.8"],
"otp_version": ["27.2", "25.3.2.16"],
"elixir_version": ["1.18.1", "1.15.8"],
"rebar3_version": ["3.24.0"],
"os": ["ubuntu-22.04"],
"os": ["ubuntu-24.04"],
"include": [
{
"elixir_version": "1.17.3",
"otp_version": "27.1",
"elixir_version": "1.18.1",
"otp_version": "27.2",
"check_formatted": true
}
],
Expand Down
4 changes: 2 additions & 2 deletions .github/erlang-test-matrix.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"otp_version": ["27.1", "26.2.5.3", "25.3.2.14"],
"otp_version": ["27.2", "25.3.2.16"],
"rebar3_version": ["3.24.0"],
"os": ["ubuntu-22.04"]
"os": ["ubuntu-24.04"]
}

0 comments on commit bdf5282

Please sign in to comment.