Skip to content

Commit

Permalink
Add OTP27 + Elixir 1.17 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiwara committed Aug 28, 2024
1 parent 16cb2e5 commit 5f22c98
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
otp: "26.0"
- elixir: "1.16"
otp: "26.2"
- elixir: "1.17.2"
otp: "27.0"
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
Expand All @@ -40,8 +42,8 @@ jobs:
strategy:
matrix:
include:
- elixir: "1.16"
otp: "26.2"
- elixir: "1.17"
otp: "27.0"
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit 5f22c98

Please sign in to comment.