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

Test using 22.04 again #16650

Merged
merged 3 commits into from Aug 5, 2022
Merged

Test using 22.04 again #16650

merged 3 commits into from Aug 5, 2022

Commits on Jul 25, 2022

  1. Test using 22.04 again

    Locally using 22.04 + PHP 8.1 + OpenSSL 3 I don't get the error we
    were getting in CI previously. Trying this again to see if this problem
    has been resolved by changes in PHP and OpenSSL.
    markstory committed Jul 25, 2022
    Copy the full SHA
    9201e12 View commit details
    Browse the repository at this point in the history
  2. Add another intl variant.

    markstory committed Jul 25, 2022
    Copy the full SHA
    5731856 View commit details
    Browse the repository at this point in the history
  3. Conditionally skip test that fails because of openssl

    Ubuntu 22.04 comes with OpenSSL 3, and the specific version that PHP is
    built against has a bug which has since been fixed but isn't showing up
    in the images that GitHub has available.
    
    See openssl/openssl#18574
    and php/php-src#8369
    markstory committed Jul 25, 2022
    Copy the full SHA
    b98a0dc View commit details
    Browse the repository at this point in the history