Skip to content

Commit

Permalink
Update Elixir to 1.18.0 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen authored Dec 22, 2024
1 parent 56255b0 commit 8383d90
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/part_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,13 @@ jobs:
include:
- elixir: "1.15.0"
unstable: false
- elixir: "1.15.7"
- elixir: "1.15.8"
unstable: false
- elixir: "1.16.2"
- elixir: "1.16.3"
unstable: false
- elixir: "1.17.3"
unstable: false
- elixir: "1.18.0"
unstable: false
- elixir: "main"
unstable: true
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 26.2.4
elixir 1.16.2
erlang 27.2
elixir 1.18.0
6 changes: 3 additions & 3 deletions lib/oidcc/plug/introspect_token.ex
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ defmodule Oidcc.Plug.IntrospectToken do
client_id: String.t() | (-> String.t()),
client_secret: String.t() | (-> String.t()),
token_introspection_opts: :oidcc_token_introspection.opts(),
send_inactive_token_response:
(conn :: Plug.Conn.t(), introspection :: Oidcc.TokenIntrospection.t() ->
Plug.Conn.t()),
send_inactive_token_response: (conn :: Plug.Conn.t(),
introspection :: Oidcc.TokenIntrospection.t() ->
Plug.Conn.t()),
cache: Oidcc.Plug.Cache.t()
]

Expand Down

0 comments on commit 8383d90

Please sign in to comment.