Skip to content

Add GitHub Action to test all supported Elixir versions #61

Description

@krisalyssa

GitHub Actions support build matrices, so it should be trivial [1] to support multiple runs for all of the supported versions of Elixir, at least to the minor version.

I enumerated through all the versions known to asdf from 1.6 on up, and came up with:

  • 1.6.6-otp-19
  • 1.6.6-otp-20
  • 1.6.6-otp-21
  • 1.7.4-otp-19
  • 1.7.4-otp-20
  • 1.7.4-otp-21
  • 1.7.4-otp-22
  • 1.8.2-otp-20
  • 1.8.2-otp-21
  • 1.8.2-otp-22
  • 1.9.4-otp-20
  • 1.9.4-otp-21
  • 1.9.4-otp-22
  • 1.10.3-otp-21
  • 1.10.3-otp-22

[1] For varying values of "trivial".

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions