Skip to content

Commit

Permalink
Upgrade to latest Erlang and Elixir versions
Browse files Browse the repository at this point in the history
In `.tool-versions` and GitHub Actions workflow.
  • Loading branch information
slashdotdash committed Jan 8, 2024
1 parent 2c9a955 commit 0d5cae9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp: ['24.3', '25.3']
elixir: ['1.14.5']
otp: ['25.3', '26.2']
elixir: ['1.16.0']

services:
postgres:
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.14.5-otp-25
erlang 25.3.2.2
elixir 1.16.0-otp-26
erlang 26.2.1
2 changes: 1 addition & 1 deletion config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Config
config :logger, backends: []

config :ex_unit,
capture_log: [level: :warn],
capture_log: [level: :warning],
assert_receive_timeout: 2_000,
refute_receive_timeout: 100

Expand Down

0 comments on commit 0d5cae9

Please sign in to comment.