Skip to content

Commit

Permalink
Commenting out otp27
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone committed Nov 4, 2024
1 parent a93b3df commit 3a02f9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
{ elixir: '1.15', otp: '26' },
{ elixir: '1.16', otp: '24' },
{ elixir: '1.16', otp: '25' },
{ elixir: '1.16', otp: '26' },
{ elixir: '1.17', otp: '25' },
{ elixir: '1.17', otp: '26' },
{ elixir: '1.17', otp: '27' }
{ elixir: '1.16', otp: '26' }
# { elixir: '1.17', otp: '25' },
# { elixir: '1.17', otp: '26' },
# { elixir: '1.17', otp: '27' }
]
env:
MIX_ENV: test
Expand Down

0 comments on commit 3a02f9c

Please sign in to comment.