Skip to content

Commit

Permalink
Update elixir-test-matrix.json (#228)
Browse files Browse the repository at this point in the history
* Update elixir-test-matrix.json

* Update erlang-test-matrix.json
  • Loading branch information
bryannaegele authored Nov 10, 2023
1 parent c4f07a2 commit 9fd5f14
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 33 deletions.
37 changes: 6 additions & 31 deletions .github/elixir-test-matrix.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{
"otp_version": [
"26.0.2",
"25.3.2.5",
"24.3.4.13",
"26.1.2",
"23.3.4.19"
],
"elixir_version": [
"1.15.4",
"1.14.4",
"1.13.4",
"1.12.3",
"1.15.7",
"1.11.4"
],
"rebar3_version": [
Expand All @@ -20,39 +15,19 @@
],
"include": [
{
"elixir_version": "1.15.4",
"otp_version": "26.0.2",
"elixir_version": "1.15.7",
"otp_version": "26.1.2",
"check_formatted": true
}
],
"exclude": [
{
"elixir_version": "1.15.4",
"elixir_version": "1.15.7",
"otp_version": "23.3.4.19"
},
{
"elixir_version": "1.14.4",
"otp_version": "26.0.2"
},
{
"elixir_version": "1.13.4",
"otp_version": "26.0.2"
},
{
"elixir_version": "1.12.3",
"otp_version": "25.3.2.5"
},
{
"elixir_version": "1.12.3",
"otp_version": "26.0.2"
},
{
"elixir_version": "1.11.4",
"otp_version": "25.3.2.5"
},
{
"elixir_version": "1.11.4",
"otp_version": "26.0.2"
"otp_version": "26.1.2"
}
]
}
2 changes: 1 addition & 1 deletion .github/erlang-test-matrix.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"otp_version": ["26.0.2", "25.3.2.6", "24.3.4.13", "23.3.4.19"],
"otp_version": ["26.1.2", "25.3.2.7", "24.3.4.14", "23.3.4.19"],
"rebar3_version": ["3.20.0"],
"os": ["ubuntu-20.04"]
}
2 changes: 2 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
elixir:
- .github/elixir-test-matrix.json
- instrumentation/**/*.ex
- instrumentation/**/*.exs
- instrumentation/**/mix.lock
Expand All @@ -16,6 +17,7 @@ elixir:
- utilities/**/mix.lock

erlang:
- .github/erlang-test-matrix.json
- instrumentation/**/*.erl
- instrumentation/**/*.hrl
- instrumentation/**/rebar.*
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/opentelemetry_dataloader/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule OpentelemetryDataloader.MixProject do
app: :opentelemetry_dataloader,
description: "Trace Dataloader with OpenTelemetry.",
version: "1.0.0",
elixir: "~> 1.14",
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
deps: deps(),
aliases: aliases(),
Expand Down

0 comments on commit 9fd5f14

Please sign in to comment.