Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aesmail committed Sep 9, 2023
1 parent fe9846f commit f171d9e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
otp: ['22', '23', '24', '25']
elixir: ['1.11.4', '1.12.3', '1.13.4', '1.14.5', '1.15.5']
elixir: ['1.12.3', '1.13.4', '1.14.5', '1.15.5']
# Exclude invalid combinations of Elixir and OTP
exclude:
- otp: '22'
Expand All @@ -22,8 +22,6 @@ jobs:
elixir: '1.15.5'
- otp: '23'
elixir: '1.15.5'
- otp: '25'
elixir: '1.11.4'
- otp: '25'
elixir: '1.12.3'
- otp: '25'
Expand Down

0 comments on commit f171d9e

Please sign in to comment.