Skip to content

Commit 34f6b41

Browse files
authored
travis-ci: bumped the NGINX core to 1.21.4. (#68)
1 parent 1af1f50 commit 34f6b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ env:
3131
- OPENSSL_PREFIX=/opt/ssl
3232
- OPENSSL_LIB=$OPENSSL_PREFIX/lib
3333
- OPENSSL_INC=$OPENSSL_PREFIX/include
34-
- OPENSSL_VER=1.1.1k
34+
- OPENSSL_VER=1.1.1l
3535
- LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH
3636
- TEST_NGINX_SLEEP=0.006
3737
matrix:
38-
- NGINX_VERSION=1.17.8
3938
- NGINX_VERSION=1.19.9
39+
- NGINX_VERSION=1.21.4
4040

4141
install:
4242
- if [ ! -d download-cache ]; then mkdir download-cache; fi

0 commit comments

Comments
 (0)