Skip to content

Commit

Permalink
Update jose library (#6)
Browse files Browse the repository at this point in the history
* Update jose library

Update jose to 1.11.x to remove :crypto calls that were deprecated in
OTP23 and were removed in OTP24.

* Drop support for elixir 1.12

Since jose does not appear to have support for elixir 1.12 as of the
1.11 series, remove it from the test matrix.

* Update elixir dep in mixfile

Bring the elixir spec in the mixfile in line with the test matrix.
  • Loading branch information
fastjames authored Apr 5, 2024
1 parent ecfe374 commit cd009ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
strategy:
matrix:
include:
- elixir: '1.12'
otp: '24'

- elixir: '1.13'
otp: '24'

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Waffle.Storage.Google.CloudStorage.MixProject do
name: "Waffle GCS",
description: description(),
version: "0.2.0",
elixir: "~> 1.9",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
deps: deps(),
package: package(),
Expand Down

0 comments on commit cd009ea

Please sign in to comment.