Skip to content

Commit

Permalink
Actually run CI on OTP 26.1 with 1.15
Browse files Browse the repository at this point in the history
I think the previous PR rrrene#1089 accidentally added it to exclude
instead of include as 26.1 was nowhere to be seen.
  • Loading branch information
PragTob committed Nov 17, 2023
1 parent ce7b565 commit e9d43bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ jobs:
otp: 25.3
- elixir: 1.14.5
otp: 25.3
- elixir: 1.15.7
otp: 26.1
- elixir: 1.15.7
otp: 23.3
- elixir: 1.15.7
otp: 24.2
include:
- elixir: 1.15.7
otp: 26.1
steps:
- uses: actions/checkout@v4
with:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/compatibility-elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ jobs:
otp: 25.3
- elixir: 1.14.5
otp: 25.3
- elixir: 1.15.7
otp: 26.1
- elixir: 1.15.7
otp: 23.3
- elixir: 1.15.7
otp: 24.2
include:
- elixir: 1.15.7
otp: 26.1
repo_url: ["https://github.com/elixir-lang/elixir.git"]
repo_branch: ["v1.13", "main"]
steps:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/compatibility-phoenix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ jobs:
otp: 25.3
- elixir: 1.14.5
otp: 25.3
- elixir: 1.15.7
otp: 26.1
- elixir: 1.15.7
otp: 23.3
- elixir: 1.15.7
otp: 24.2
include:
- elixir: 1.15.7
otp: 26.1
repo_url: ["https://github.com/phoenixframework/phoenix.git"]
repo_branch: ["v1.6", "main"]
steps:
Expand Down

0 comments on commit e9d43bd

Please sign in to comment.