Skip to content

Commit

Permalink
Update GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-akya committed May 27, 2024
1 parent e4ce367 commit 40fa38b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
otp: 24.x
- elixir: 1.15.x
otp: 25.x
- elixir: 1.16.x
otp: 26.x

steps:
- uses: erlef/setup-beam@v1
Expand Down Expand Up @@ -65,8 +67,8 @@ jobs:
strategy:
matrix:
include:
- elixir: 1.14.x
otp: 25.x
- elixir: 1.16.x
otp: 26.x
steps:
- uses: erlef/setup-beam@v1
with:
Expand Down

0 comments on commit 40fa38b

Please sign in to comment.