Skip to content

Commit

Permalink
Check another version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
axelson committed May 5, 2024
1 parent 49133ff commit 55e7b4e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ jobs:
include:
- elixir: 1.13.1
otp: 24.2
- elixir: 1.16.2
otp: 26.2.5

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
show-progress: false
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
Expand Down

0 comments on commit 55e7b4e

Please sign in to comment.