Skip to content

Commit

Permalink
Use Erlang 22 and Elixir 1.10 to build releases (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamzapasnik authored Jul 5, 2022
1 parent ad564af commit e3bd0b1
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 9 deletions.
34 changes: 28 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,31 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
node: ['10', '12', '14']
elixir: ["1.9.x", "1.10.x", "1.11.x"]
otp: ["21.x", "22.x", "23.x"]
include:
- elixir: "1.10.x"
otp: "22.x"
- elixir: "1.10.x"
otp: "23.x"
- elixir: "1.11.x"
otp: "22.x"
- elixir: "1.11.x"
otp: "23.x"
- elixir: "1.11.x"
otp: "24.x"
- elixir: "1.12.x"
otp: "22.x"
- elixir: "1.12.x"
otp: "23.x"
- elixir: "1.12.x"
otp: "24.x"
- elixir: "1.13.x"
otp: "22.x"
- elixir: "1.13.x"
otp: "23.x"
- elixir: "1.13.x"
otp: "24.x"
- elixir: "1.13.x"
otp: "25.x"

steps:
- uses: actions/checkout@v2
Expand All @@ -28,12 +50,12 @@ jobs:
# Versions from prettier_eex_formatter/.tools_versions
- uses: erlef/setup-beam@v1
with:
otp-version: '21.3.8.22'
elixir-version: '1.8.2'
otp-version: "22.3.4.26"
elixir-version: "1.10.4"

- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
node-version: 14

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

## Supported versions

- Elixir 1.8 minimum
- Erlang OTP 21 minimum
- Elixir 1.10 minimum
- Erlang OTP 22 minimum

## Config options

Expand Down
2 changes: 1 addition & 1 deletion prettier_eex_formatter

0 comments on commit e3bd0b1

Please sign in to comment.