Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Jun 2, 2024
1 parent 4fbca76 commit 343aa81
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 20 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/compatibility-elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,13 @@ jobs:
matrix:
repo_url: ["https://github.com/elixir-lang/elixir.git"]
repo_branch: ["v1.13", "main"]
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.2]
otp: [24.3, 25.3, 26.2]
elixir: [1.13.4, 1.14.5, 1.15.7, 1.16.2, 1.17.0-rc.0]
exclude:
- elixir: 1.11.4
otp: 26.1
- elixir: 1.12.3
otp: 26.1
- elixir: 1.13.4
otp: 26.1
otp: 26.2
- elixir: 1.14.5
otp: 26.1
otp: 26.2
- elixir: 1.11.4
otp: 25.3
- elixir: 1.12.3
Expand All @@ -37,8 +33,8 @@ jobs:
- elixir: 1.15.7
otp: 24.3
- elixir: 1.16.2
otp: 23.3
- elixir: 1.16.2
otp: 24.3
- elixir: 1.17.0-rc.0
otp: 24.3
steps:
- uses: actions/checkout@v4
Expand Down
16 changes: 6 additions & 10 deletions .github/workflows/compatibility-phoenix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,13 @@ jobs:
matrix:
repo_url: ["https://github.com/phoenixframework/phoenix.git"]
repo_branch: ["v1.6", "main"]
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.2]
otp: [24.3, 25.3, 26.2]
elixir: [1.13.4, 1.14.5, 1.15.7, 1.16.2, 1.17.0-rc.0]
exclude:
- elixir: 1.11.4
otp: 26.1
- elixir: 1.12.3
otp: 26.1
- elixir: 1.13.4
otp: 26.1
otp: 26.2
- elixir: 1.14.5
otp: 26.1
otp: 26.2
- elixir: 1.11.4
otp: 25.3
- elixir: 1.12.3
Expand All @@ -36,8 +32,8 @@ jobs:
- elixir: 1.15.7
otp: 24.3
- elixir: 1.16.2
otp: 23.3
- elixir: 1.16.2
otp: 24.3
- elixir: 1.17.0-rc.0
otp: 24.3
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 343aa81

Please sign in to comment.