Skip to content

Commit

Permalink
bump elixir to 1.12.3 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Sloughter committed Aug 9, 2022
1 parent 4cf7e03 commit 8087b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
otp_version: ['25.0.3', '24.1.2', '23.3.4.2']
elixir_version: ['1.13.4', '1.12.1']
elixir_version: ['1.13.4', '1.12.3']
rebar3_version: ['3.19.0']
os: [ubuntu-18.04]
include:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
strategy:
matrix:
otp_version: ['25.0.3', '24.1.2', '23.3.4.2']
elixir_version: ['1.13.4', '1.12.1']
elixir_version: ['1.13.4', '1.12.3']
rebar3_version: ['3.19.0']
os: [ubuntu-18.04]
include:
Expand Down

0 comments on commit 8087b9b

Please sign in to comment.