Skip to content

Commit

Permalink
tests: update nginx to 1.25.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuizhuhaomeng committed Nov 23, 2023
1 parent be9a4c4 commit 9c96c84
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
@@ -1,5 +1,9 @@
sudo: required
dist: bionic
dist: focal

branches:
only:
- "master"

os: linux

Expand Down Expand Up @@ -32,8 +36,7 @@ env:
- NGX_BUILD_JOBS=$JOBS
- TEST_NGINX_SLEEP=0.006
matrix:
- NGINX_VERSION=1.17.8 OPENSSL_VER=1.1.0l
- NGINX_VERSION=1.19.9 OPENSSL_VER=1.1.1k
- NGINX_VERSION=1.25.3 OPENSSL_VER=1.1.1u

install:
- if [ ! -d download-cache ]; then mkdir download-cache; fi
Expand Down

0 comments on commit 9c96c84

Please sign in to comment.