Skip to content

Commit

Permalink
tests(ci) add more versions to test lua-kong-nginx-module
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Apr 17, 2024
1 parent 9d34ff8 commit eb0069a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/lint.yml
@@ -1,13 +1,17 @@
name: Lint

on:
push:
pull_request:
paths:
- lib/**.lua
pull_request:
push:
branches:
- master
- release/*
paths:
- lib/**.lua


jobs:
tests:
name: Lint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -51,13 +51,13 @@ jobs:
openssl: "3.0.13"
openssl_fips: "3.0.8"
extras: "valgrind perf"
lua_nginx_module: "v0.10.26"
lua_nginx_module: "v0.10.26 lua-kong-nginx-module"
lua_resty_core: "v0.1.28"
nginx_cc_opts: "-Wno-error"
- nginx: "1.25.3"
openssl: "3.1.5"
openssl_fips: "3.0.8"
extras: "valgrind perf"
extras: "valgrind perf lua-kong-nginx-module"
lua_nginx_module: "v0.10.26"
lua_resty_core: "v0.1.28"
nginx_cc_opts: "-Wno-error"
Expand Down

0 comments on commit eb0069a

Please sign in to comment.