Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Dec 21, 2023
1 parent d3603bb commit 79449ff
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/compatibility-phoenix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@ jobs:
matrix:
repo_url: ["https://github.com/phoenixframework/phoenix.git"]
repo_branch: ["v1.6", "main"]
otp: [23.3, 24.3, 25.3]
elixir: [1.11.4, 1.12.3, 1.13.4, 1.14.5, 1.15.7]
otp: [23.3, 24.3, 25.3, 26.1]
elixir: [1.11.4, 1.12.3, 1.13.4, 1.14.5, 1.15.7, 1.16.0-rc.1]
exclude:
- elixir: 1.11.4
otp: 26.1
- elixir: 1.12.3
otp: 26.1
- elixir: 1.14.5
otp: 26.1
- elixir: 1.11.4
otp: 25.3
- elixir: 1.12.3
Expand All @@ -27,11 +33,6 @@ jobs:
otp: 23.3
- elixir: 1.15.7
otp: 24.3
include:
- elixir: 1.15.7
otp: 26.1
- elixir: 1.16.0-rc.1
otp: 26.1
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit 79449ff

Please sign in to comment.