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

pass job location as part of paginated queries if set. #34

Merged
merged 3 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading