Skip to content

Commit

Permalink
Run CI for Elixir 1.16, update cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelloz committed Mar 15, 2024
1 parent e435cb2 commit f5540e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
strategy:
matrix:
otp: [24, 25]
elixir: ["1.13", "1.14", "1.15"]
elixir: ["1.13", "1.14", "1.15", "1.16"]
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
elixir-version: ${{matrix.elixir}}
otp-version: ${{matrix.otp}}
- uses: actions/cache@v3
- uses: actions/cache@v4
id: mix-cache # id to use in retrieve action
with:
path: |
Expand All @@ -39,7 +39,7 @@ jobs:
with:
elixir-version: ${{matrix.elixir}}
otp-version: ${{matrix.otp}}
- uses: actions/cache@v3
- uses: actions/cache@v4
id: mix-cache # id to use in retrieve action
with:
path: |
Expand Down

0 comments on commit f5540e0

Please sign in to comment.