Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Dec 22, 2023
1 parent e2b71de commit a824ee5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
23 changes: 15 additions & 8 deletions .github/workflows/compatibility-elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,19 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: [23.3, 24.3, 25.3]
elixir: [1.11.4, 1.12.3, 1.13.4, 1.14.5, 1.15.7]
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.0-rc.1]
exclude:
- elixir: 1.11.4
otp: 26.1
- elixir: 1.12.3
otp: 26.1
- elixir: 1.13.4
otp: 26.1
- elixir: 1.14.5
otp: 26.1
- elixir: 1.11.4
otp: 25.3
- elixir: 1.12.3
Expand All @@ -26,13 +36,10 @@ 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
repo_url: ["https://github.com/elixir-lang/elixir.git"]
repo_branch: ["v1.13", "main"]
otp: 23.3
- elixir: 1.16.0-rc.1
otp: 24.3
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compatibility-phoenix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- run: mix credo tmp/${{matrix.repo_branch}} --strict --mute-exit-status

test_on_new_project:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
name: "[${{matrix.otp}}/${{matrix.elixir}}] new Phoenix app analysed by Credo [OTP/Elixir]"
strategy:
matrix:
Expand Down

0 comments on commit a824ee5

Please sign in to comment.