Skip to content

Commit 2cf1947

Browse files
committed
fix(ci): Update OpenResty versions
Version 1.17.8.2 does not support the nginx `-e` option to set the error log. But this option is required by latest `Test::Nginx`. This version is from 2020 and very old. So drop it. Check versions at https://github.com/openresty/openresty/tags and update OpenResty versions to latest patch levels. Also add 1.27.1.2 and 1.29.2.5. Do not update 1.19.9.1 to 1.19.9.2 because the Docker image tag is missing there.
1 parent 2513455 commit 2cf1947

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ jobs:
2020
strategy:
2121
matrix:
2222
openresty_version:
23-
- 1.17.8.2
2423
- 1.19.9.1
25-
- 1.21.4.3
26-
- 1.25.3.1
24+
- 1.21.4.4
25+
- 1.25.3.2
26+
- 1.27.1.2
27+
- 1.29.2.5
2728

2829
runs-on: ubuntu-latest
2930
container:

0 commit comments

Comments
 (0)