Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
Update to Elixir 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kernel-io committed Nov 14, 2024
1 parent 6e8c4a0 commit eab604d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
include:
- pair:
elixir: '1.12'
elixir: '1.13'
otp: 24
lint: lint
steps:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule ReqBigQuery.MixProject do
version: @version,
description: @description,
name: "ReqBigQuery",
elixir: "~> 1.12",
elixir: "~> 1.13",
preferred_cli_env: [
"test.all": :test,
docs: :docs,
Expand Down

0 comments on commit eab604d

Please sign in to comment.