From bbf0da6b7fce1cbee6490fc20683c3186bfa4c9d Mon Sep 17 00:00:00 2001 From: lijunlong Date: Mon, 13 Oct 2025 18:30:55 +0800 Subject: [PATCH] tests: bumped the NGINX core to 1.29.2. --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index baa051b..6ddaf5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,13 +55,13 @@ env: - OPENSSL_INC=$OPENSSL_PREFIX/include - OPENSSL_VER=1.1.1w jobs: - - NGINX_VERSION=1.27.1 DB_VERSION=mysql:5.7 - - NGINX_VERSION=1.27.1 DB_VERSION=mysql:8.0 - - NGINX_VERSION=1.27.1 DB_VERSION=mariadb:5.5 - - NGINX_VERSION=1.27.1 DB_VERSION=mariadb:10.0 - - NGINX_VERSION=1.27.1 DB_VERSION=mariadb:10.1 - - NGINX_VERSION=1.27.1 DB_VERSION=mariadb:10.2 - - NGINX_VERSION=1.27.1 DB_VERSION=mariadb:10.3 + - NGINX_VERSION=1.29.2 DB_VERSION=mysql:5.7 + - NGINX_VERSION=1.29.2 DB_VERSION=mysql:8.0 + - NGINX_VERSION=1.29.2 DB_VERSION=mariadb:5.5 + - NGINX_VERSION=1.29.2 DB_VERSION=mariadb:10.0 + - NGINX_VERSION=1.29.2 DB_VERSION=mariadb:10.1 + - NGINX_VERSION=1.29.2 DB_VERSION=mariadb:10.2 + - NGINX_VERSION=1.29.2 DB_VERSION=mariadb:10.3 install: - if [ ! -d download-cache ]; then mkdir download-cache; fi