From d4e4a5153bf189e298f8ba47dedb76f58001990f Mon Sep 17 00:00:00 2001 From: Thibault Charbonnier Date: Tue, 30 Jan 2024 14:12:04 -0800 Subject: [PATCH] chore(ci) add OpenResty 1.25.3.x to the tests matrix --- .github/workflows/ci.yml | 3 ++- README.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 470a09d5..3b2e9adc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,8 @@ jobs: matrix: os: [ubuntu-latest] openresty: - - 1.21.4.1 + - 1.25.3.1 + - 1.21.4.3 - 1.19.9.1 - 1.19.3.2 - 1.17.8.2 diff --git a/README.md b/README.md index 30391158..97f375d5 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ Tests matrix results: | `1.19.3.x` | :heavy_check_mark: | `1.19.9.x` | :heavy_check_mark: | `1.21.4.x` | :heavy_check_mark: +| `1.25.3.x` | :heavy_check_mark: | > | not tested [Back to TOC](#table-of-contents)