Skip to content

Commit

Permalink
try to test against elixir main
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Apr 10, 2024
1 parent 2b324db commit 300c58e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
otp_version: '23.3'
- elixir_version: '1.13.4'
otp_version: '22.3'

# Check elixir main, sadly allow-failure is not a thing and workarounds seem hard
# feature request: https://github.com/orgs/community/discussions/15452
# potential workaround: https://github.com/mainmatter/continue-on-error-comment
- elixir_version: 'main'
otp_version: '26.2'
exclude:
- elixir_version: '1.15.7'
otp_version: '23.3'
Expand Down

0 comments on commit 300c58e

Please sign in to comment.