Skip to content

Commit

Permalink
ci: test with Elixir 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Sep 13, 2022
1 parent d0b8010 commit 468ba43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
strategy:
matrix:
beam:
- { otp: '25', elixir: '1.14' }
- { otp: '25', elixir: '1.13' }
- { otp: '24', elixir: '1.12' }
- { otp: '23', elixir: '1.11' }
Expand All @@ -18,7 +19,7 @@ jobs:
runner: ubuntu-latest
include:
- os: { name: Windows, runner: windows-latest }
beam: { otp: '25', elixir: '1.13' }
beam: { otp: '25', elixir: '1.14' }
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -110,7 +111,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: 25
elixir-version: 1.13
elixir-version: 1.14

- name: Retrieve Mix Dependencies Cache
uses: actions/cache@v1
Expand Down

0 comments on commit 468ba43

Please sign in to comment.