Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the following jobs for github actions #497

Merged
merged 3 commits into from
Jul 7, 2024

Commits on Jul 2, 2024

  1. Added the following jobs for github actions

              - elixir: 1.15.x
                otp: 25
                os: ubuntu-latest
                warnings_as_errors: true
              - elixir: 1.16.x
                otp: 26
                os: ubuntu-latest
                warnings_as_errors: true
    RobertDober committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3203f64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f01d8a9 View commit details
    Browse the repository at this point in the history
  3. With help from some contributers I worked out what is needed to

       - catch warnings in code **and** test files in newer versions
       - **still execute** the compile and test steps in the older versions
    RobertDober committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    44759d1 View commit details
    Browse the repository at this point in the history