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

Commit eab604d

Browse files
committed
Update to Elixir 1.13
1 parent 6e8c4a0 commit eab604d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
include:
1616
- pair:
17-
elixir: '1.12'
17+
elixir: '1.13'
1818
otp: 24
1919
lint: lint
2020
steps:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defmodule ReqBigQuery.MixProject do
1010
version: @version,
1111
description: @description,
1212
name: "ReqBigQuery",
13-
elixir: "~> 1.12",
13+
elixir: "~> 1.13",
1414
preferred_cli_env: [
1515
"test.all": :test,
1616
docs: :docs,

0 commit comments

Comments
 (0)