Skip to content

Commit

Permalink
Runtime: Elixir 1.14 or higher is required
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Dec 22, 2023
1 parent 2938474 commit 1060dee
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions .github/workflows/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,31 +163,8 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: ['21.3', '25.0', '26']
elixir: ['1.10.3', '1.11.4', '1.12.3', '1.13.4', '1.14.5', '1.15']
exclude:
- otp: '21.3'
elixir: '1.12.3'
- otp: '21.3'
elixir: '1.13.4'
- otp: '21.3'
elixir: '1.14.5'
- otp: '21.3'
elixir: '1.15'
- otp: '25.0'
elixir: '1.10.3'
- otp: '25.0'
elixir: '1.11.4'
- otp: '25.0'
elixir: '1.12.3'
- otp: '26'
elixir: '1.10.3'
- otp: '26'
elixir: '1.11.4'
- otp: '26'
elixir: '1.12.3'
- otp: '26'
elixir: '1.13.4'
otp: ['25.0', '26']
elixir: ['1.14.0', '1.14.5', '1.15']
runs-on: ubuntu-20.04

steps:
Expand Down

0 comments on commit 1060dee

Please sign in to comment.