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

Add additional test environments #103

Merged
merged 1 commit into from
Jan 14, 2024
Merged

Commits on Jan 14, 2024

  1. Add additional test environments

    Prior to this commit, we were only testing against a single SSL library
    on Linux plus also a version on Windows.
    
    We have seen that with http related code, we can encounter errors on
    different SSL versions. See ponylang/net_ssl#105.
    To adjust to this, with this test, we are adding testing against all our
    main supported SSL versions on Linux.
    
    This does not change our MacOS (not currently done) or our Windows testing
    matrix for ponylang/http.
    SeanTAllen committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    d87d42a View commit details
    Browse the repository at this point in the history