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 0d8574e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ jobs:
runs-on: ubuntu-latest
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 +27,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 0d8574e

Please sign in to comment.