Skip to content

Commit 4191ca2

Browse files
committed
Remove testing the sqlite version
This was always a pain to keep bumping along. The download mix task didn't work well and I don't believe it is necessary anymore.
1 parent f3332f8 commit 4191ca2

File tree

3 files changed

+0
-26
lines changed

3 files changed

+0
-26
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
- run: clang-format --dry-run --Werror c_src/sqlite3_nif.c
3737
- run: mix deps.unlock --check-unused
3838
- run: mix credo --all
39-
- run: mix test_sqlite_version
4039

4140
test:
4241
runs-on: ${{ matrix.os }}

lib/mix/tasks/test_sqlite_version.ex

Lines changed: 0 additions & 22 deletions
This file was deleted.

mix.exs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ defmodule Exqlite.MixProject do
22
use Mix.Project
33

44
@version "0.30.0-dev"
5-
@sqlite_version "3.48.0"
65

76
def project do
87
[
@@ -44,8 +43,6 @@ defmodule Exqlite.MixProject do
4443
]
4544
end
4645

47-
def sqlite_version, do: @sqlite_version
48-
4946
# Run "mix help deps" to learn about dependencies.
5047
defp deps do
5148
[

0 commit comments

Comments
 (0)