Skip to content

Commit

Permalink
Upgrade Elixir, Erlang, and Credo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Garth Kidd committed Oct 29, 2020
1 parent a7f5bfd commit 44a3883
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ jobs:
name: Elixir ${{matrix.elixir}} on OTP ${{matrix.otp}}
strategy:
matrix:
otp: ["21.3", "22.3", "23.0"]
elixir: ["1.8", "1.9", "1.10"]
include:
- otp: '20.3.8.26'
elixir: '1.8.2'
- otp: '23.1.1'
elixir: '1.11.1'
steps:
- uses: actions/checkout@v2
- name: Set up Elixir
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.10.4-otp-23
erlang 23.0.3
elixir 1.11.1-otp-23
erlang 23.1.1

0 comments on commit 44a3883

Please sign in to comment.