Skip to content

Commit

Permalink
update NGINX versions in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMcCullough committed Dec 4, 2023
1 parent 72854e3 commit fd447a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
# Each nginx version to build against
nginx-version: ['1.20.2', '1.22.1', '1.24.0', '1.25.1']
nginx-version: ['1.20.2', '1.22.1', '1.24.0', '1.25.3']
# The following versions of libjwt are compatible:
# * v1.0 - v1.12.0
# * v1.12.1 - v1.14.0
Expand Down

0 comments on commit fd447a7

Please sign in to comment.