Skip to content

Commit 367c1f8

Browse files
committed
chore: update ci matrix
1 parent ea83dc6 commit 367c1f8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/matrix.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,13 @@
129129
{
130130
"os": "ubuntu-latest",
131131
"otp": "27.3.4.1",
132-
"elixir": "1.17.3",
132+
"elixir": "1.18.4",
133133
"project": "expert"
134134
},
135135
{
136-
"os": "windows-2022",
136+
"os": "windows-latest",
137137
"otp": "27.3.4.1",
138-
"elixir": "1.17.3",
138+
"elixir": "1.18.4",
139139
"project": "expert"
140140
}
141141
]

matrix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ versions = [
1212

1313
expert_matrix =
1414
[
15-
%{elixir: "1.17.3", otp: "27.3.4.1", project: "expert", os: "ubuntu-latest"},
16-
%{elixir: "1.17.3", otp: "27.3.4.1", project: "expert", os: "windows-2022"}
15+
%{elixir: "1.18.4", otp: "27.3.4.1", project: "expert", os: "ubuntu-latest"},
16+
%{elixir: "1.18.4", otp: "27.3.4.1", project: "expert", os: "windows-latest"}
1717
]
1818

1919
%{

0 commit comments

Comments
 (0)