Skip to content

Commit

Permalink
include only OTP 24-26
Browse files Browse the repository at this point in the history
  • Loading branch information
aesmail committed Sep 1, 2023
1 parent e855c1d commit cce2d27
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp: ['22', '23', '24', '25', '26']
otp: ['24', '25', '26']
elixir: ['1.11.4', '1.12.3', '1.13.4', '1.14.5', '1.15.5']
# Exclude invalid combinations of Elixir and OTP
exclude:
- otp: '22'
elixir: ['1.14.5', '1.15.5']
- otp: '23'
elixir: ['1.15.5']
- otp: '25'
elixir: ['1.11.4', '1.12.3']
- otp: '26'
Expand Down

0 comments on commit cce2d27

Please sign in to comment.