Skip to content

Commit e6b80ac

Browse files
tests: upgrade nginx to 1.25.1.
1 parent 775576d commit e6b80ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sudo: required
2-
dist: bionic
2+
dist: focal
33

44
os: linux
55

@@ -27,8 +27,8 @@ env:
2727
- LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH
2828
- TEST_NGINX_SLEEP=0.006
2929
matrix:
30-
- NGINX_VERSION=1.21.4 OPENSSL_VER=1.1.0l
31-
- NGINX_VERSION=1.21.4 OPENSSL_VER=1.1.1l
30+
- NGINX_VERSION=1.25.1 OPENSSL_VER=1.1.0l
31+
- NGINX_VERSION=1.25.1 OPENSSL_VER=1.1.1l
3232

3333
install:
3434
- if [ ! -d download-cache ]; then mkdir download-cache; fi

0 commit comments

Comments
 (0)