Skip to content

Commit

Permalink
Merge pull request #489 from matsumotory/nginx-1-19-10
Browse files Browse the repository at this point in the history
  • Loading branch information
matsumotory authored Apr 15, 2021
2 parents c7682cf + b258749 commit 5a18abb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
NGINX_VERSION:
- 1.19.9
- 1.19.10
- 1.18.0
- 1.16.1
- 1.14.2
Expand Down
2 changes: 1 addition & 1 deletion nginx_version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NGINX_SRC_MAJOR=1
NGINX_SRC_MINOR=19
NGINX_SRC_PATCH=9
NGINX_SRC_PATCH=10
NGINX_SRC_VER=nginx-${NGINX_SRC_MAJOR}.${NGINX_SRC_MINOR}.${NGINX_SRC_PATCH}

0 comments on commit 5a18abb

Please sign in to comment.