Skip to content

Commit

Permalink
chore: update CI to use Elixir 1.14, Erlang 26
Browse files Browse the repository at this point in the history
  • Loading branch information
paulswartz committed Dec 6, 2023
1 parent 6a647c3 commit ff7f2ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: '1.11'
otp-version: '22.3'
elixir-version: '1.14.4'
otp-version: '26.1.2'

- name: Install Dependencies
run: |
Expand All @@ -36,8 +36,8 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: '1.11'
otp-version: '22.3'
elixir-version: '1.14.4'
otp-version: '26.1.2'

- name: Install Dependencies
run: |
Expand Down

0 comments on commit ff7f2ec

Please sign in to comment.