We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775576d commit e6b80acCopy full SHA for e6b80ac
.travis.yml
@@ -1,5 +1,5 @@
1
sudo: required
2
-dist: bionic
+dist: focal
3
4
os: linux
5
@@ -27,8 +27,8 @@ env:
27
- LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH
28
- TEST_NGINX_SLEEP=0.006
29
matrix:
30
- - NGINX_VERSION=1.21.4 OPENSSL_VER=1.1.0l
31
- - NGINX_VERSION=1.21.4 OPENSSL_VER=1.1.1l
+ - NGINX_VERSION=1.25.1 OPENSSL_VER=1.1.0l
+ - NGINX_VERSION=1.25.1 OPENSSL_VER=1.1.1l
32
33
install:
34
- if [ ! -d download-cache ]; then mkdir download-cache; fi
0 commit comments