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 79449ff commit e2b71de
Showing 1 changed file with 30 additions and 12 deletions.
42 changes: 30 additions & 12 deletions .github/workflows/compatibility-phoenix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
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
Expand All @@ -33,6 +35,10 @@ jobs:
otp: 23.3
- elixir: 1.15.7
otp: 24.3
- elixir: 1.16.0-rc.1
otp: 23.3
- elixir: 1.16.0-rc.1
otp: 24.3
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
Expand All @@ -51,19 +57,31 @@ jobs:
name: "[${{matrix.otp}}/${{matrix.elixir}}] new Phoenix app analysed by Credo [OTP/Elixir]"
strategy:
matrix:
otp: [21.3, 22.3, 23.3, 24.3]
elixir: [1.10.4, 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:
- otp: 24.3
elixir: 1.10.4
- otp: 21.3
elixir: 1.12.3
- otp: 21.3
elixir: 1.13.4
- otp: 21.3
elixir: 1.14.0
- otp: 22.3
elixir: 1.14.0
- 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
otp: 25.3
- elixir: 1.14.5
otp: 25.3
- elixir: 1.15.7
otp: 23.3
- elixir: 1.15.7
otp: 24.3
- elixir: 1.16.0-rc.1
otp: 23.3
- elixir: 1.16.0-rc.1
otp: 24.3
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit e2b71de

Please sign in to comment.