-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Replace `ubuntu-latest` with `ubuntu-22.04` - we expect that soon that tag will point at 24.04 and we want to keep testing w/ 22.04 explicitly * Add `ubuntu-24.04` - in the future, once the switch mentioned above has happened, we can replace this with `ubuntu-latest` once more. * Add `apt-get autopurge -y needrestart` to work around an upstream issue with GitHub runners/Ubuntu 24.04 that provokes unexpected run cancellation without this fix. * Add a helper to `tests/runner.rs` for checking the Nginx version. We use this to conditionally skip the TLS session resumption nginx tests when running on 24.04 with Nginx 1.24+ - there's an outstanding issue where resumption doesn't work with this nginx version.
- Loading branch information
Showing
2 changed files
with
57 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters