Skip to content

Commit

Permalink
add OTP 26 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Jul 6, 2023
1 parent bf6db49 commit 38f8eea
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@ jobs:
otp: 24.x
- elixir: 1.14.x
otp: 25.x
- elixir: 1.14.x
otp: 26.x
- elixir: 1.15.x
otp: 24.x
- elixir: 1.15.x
otp: 25.x
- elixir: 1.15.x
otp: 26.x
env:
MIX_ENV: test
steps:
Expand Down Expand Up @@ -68,10 +72,14 @@ jobs:
otp: 24.x
- elixir: 1.14.x
otp: 25.x
- elixir: 1.14.x
otp: 26.x
- elixir: 1.15.x
otp: 24.x
- elixir: 1.15.x
otp: 25.x
- elixir: 1.15.x
otp: 26.x
env:
MIX_ENV: test
steps:
Expand All @@ -97,7 +105,7 @@ jobs:
matrix:
include:
- elixir: 1.15.x
otp: 25.x
otp: 26.x
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit 38f8eea

Please sign in to comment.