Skip to content

Commit

Permalink
Modernize Elixir and OTP versions in CI (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide authored Jun 12, 2022
1 parent 1dee000 commit c89102f
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,21 @@ on:

jobs:
test:
name: Test
name: Test (Elixir ${{ matrix.elixir }}, OTP ${{ matrix.erlang }})
# We need Ubuntu 18.04 for older OTP versions.
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
include:
- erlang: "23.3.1"
elixir: "1.11.4"
- erlang: "23.0"
elixir: "1.11.2"
- erlang: "25.0"
elixir: "1.13"
lint: true
coverage: true
- erlang: "23.0"
elixir: "1.10.3"
- erlang: "22.3"
elixir: "1.9.4"
- erlang: "21.3"
elixir: "1.8.2"
- erlang: "20.3.1"
elixir: "1.7.4"
- erlang: "19.3"
elixir: "1.6.6"
- erlang: "24.3"
elixir: "1.12"
- erlang: "23.3.1"
elixir: "1.11.4"
- erlang: "18.3"
elixir: "1.5.3"
env:
Expand Down

0 comments on commit c89102f

Please sign in to comment.