Skip to content

Commit

Permalink
Remove Elixir 1.14.0-rc.1 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Aug 28, 2022
1 parent 95ece0c commit 205367a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: [21.3, 22.3, 23.3, 24.0]
elixir: [1.10.4, 1.11.4, 1.12.2, 1.13.4, 1.14.0-rc.1]
otp: [21.3, 22.3, 23.3, 24.2]
elixir: [1.10.4, 1.11.4, 1.12.2, 1.13.4]
exclude:
- otp: 24.0
elixir: 1.10.4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/compatibility-elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: [21.3, 22.3, 23.3, 24.0]
elixir: [1.10.4, 1.11.4, 1.12.2, 1.13.4, 1.14.0-rc.1]
otp: [21.3, 22.3, 23.3, 24.2]
elixir: [1.10.4, 1.11.4, 1.12.2, 1.13.4]
exclude:
- otp: 24.0
elixir: 1.10.4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/compatibility-phoenix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: [21.3, 22.3, 23.3, 24.0]
elixir: [1.10.4, 1.11.4, 1.12.2, 1.13.4, 1.14.0-rc.1]
otp: [21.3, 22.3, 23.3, 24.2]
elixir: [1.10.4, 1.11.4, 1.12.2, 1.13.4]
exclude:
- otp: 24.0
elixir: 1.10.4
Expand Down Expand Up @@ -43,8 +43,8 @@ jobs:
name: "[${{matrix.otp}}/${{matrix.elixir}}] new Phoenix app analysed by Credo [OTP/Elixir]"
strategy:
matrix:
otp: [21.3, 22.3, 23.3, 24.0]
elixir: [1.10.4, 1.11.4, 1.12.2, 1.13.4, 1.14.0-rc.1]
otp: [21.3, 22.3, 23.3, 24.2]
elixir: [1.10.4, 1.11.4, 1.12.2, 1.13.4]
exclude:
- otp: 24.0
elixir: 1.10.4
Expand Down

0 comments on commit 205367a

Please sign in to comment.