Skip to content

Commit

Permalink
Add Elixir 1.10.0 to CI (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj authored Feb 4, 2020
1 parent 3da2628 commit f0e65b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/setup-elixir@v1
with:
otp-version: 22.2
elixir-version: 1.9.4
elixir-version: 1.10.0

- name: Install dependencies
run: mix deps.get
Expand All @@ -40,6 +40,8 @@ jobs:
fail-fast: false
matrix:
pair:
- erlang: 22.2
elixir: 1.10.0
- erlang: 22.2
elixir: 1.9.4
- erlang: 21.3
Expand All @@ -63,7 +65,7 @@ jobs:

env:
HEXPM_OTP: OTP-22.2
HEXPM_ELIXIR: v1.9.4
HEXPM_ELIXIR: v1.10.0
HEXPM_PATH: hexpm
HEXPM_ELIXIR_PATH: hexpm_elixir
HEXPM_OTP_PATH: hexpm_otp
Expand Down

0 comments on commit f0e65b5

Please sign in to comment.