Skip to content

Commit c231f2f

Browse files
committed
fix ci again
1 parent aed2460 commit c231f2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88

99
env:
1010
MIX_ENV: test
11-
ELIXIR_VERSION: "1.16"
12-
OTP_VERSION: "26"
11+
ELIXIR_VERSION: "1.19.4"
12+
OTP_VERSION: "28.3"
1313

1414
jobs:
1515
check:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ defmodule SqlKit.MixProject do
6464
{:ecto_sqlite3, "~> 0.18", optional: true},
6565
{:tds, "~> 2.3", optional: true},
6666
{:ecto_ch, "~> 0.7", optional: true},
67-
{:ex_doc, "~> 0.30", only: :dev, runtime: false, warn_if_outdated: true},
67+
{:ex_doc, "~> 0.30", only: [:dev, :test], runtime: false, warn_if_outdated: true},
6868
{:ex_check, "~> 0.16.0", only: [:dev, :test], runtime: false},
6969
{:styler, "~> 1.10", only: [:dev, :test], runtime: false},
7070
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},

0 commit comments

Comments
 (0)