Skip to content

Commit

Permalink
chore(ci): test with lua-resty-events 0.2.1 and OpenResty 1.25.3.1 (#160
Browse files Browse the repository at this point in the history
)

* chore(ci): test with lua-resty-events 0.2.1 and OpenResty 1.25.3.1

* add 1.21.4.3 to matrix
  • Loading branch information
chronolaw committed Jun 5, 2024
1 parent 0142b1e commit 128d8ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test_with_resty_events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
openresty-version: [1.19.9.1, 1.21.4.1]
openresty-version: [1.19.9.1, 1.21.4.1, 1.21.4.3, 1.25.3.1]

steps:
- name: Update and install OS dependencies
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Set environment variables
env:
OPENRESTY_VER: ${{ matrix.openresty-version }}
RESTY_EVENTS_VER: 0.1.2
RESTY_EVENTS_VER: 0.2.1
LUAROCKS_VER: 3.9.0
OPENSSL_VER: 1.1.1q
PCRE_VER: 8.45
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
if: steps.cache-deps.outputs.cache-hit != 'true'
with:
repository: Kong/lua-resty-events
ref: refs/tags/0.1.0
ref: refs/tags/0.2.1
path: lua-resty-events

- name: Build and install OpenResty
Expand Down

0 comments on commit 128d8ec

Please sign in to comment.