Skip to content

Commit

Permalink
Bump Elixir/Erlang versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng committed Jun 9, 2023
1 parent 5003351 commit 7ee9f5a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@ on: [push, pull_request]

jobs:
ci:
runs-on: ubuntu-latest
# Ubuntu 20.04, Erlang/OTP 20-25
# https://github.com/erlef/setup-beam
runs-on: ubuntu20
strategy:
matrix:
elixir-version: [1.12.x, 1.11.x, 1.10.x, 1.9.x, 1.8.x]
# https://hexdocs.pm/elixir/compatibility-and-deprecations.html
elixir-version: [1.14.x, 1.13.x, 1.12.x, 1.11.x, 1.10.x, 1.9.x, 1.8.x]
include:
- elixir-version: 1.14.x
otp-version: 25.x
- elixir-version: 1.13.x
otp-version: 24.x
- elixir-version: 1.12.x
otp-version: 24.x
- elixir-version: 1.11.x
Expand All @@ -22,7 +29,7 @@ jobs:
env:
MIX_ENV: test
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp-version }}
Expand Down

0 comments on commit 7ee9f5a

Please sign in to comment.