Skip to content

Commit

Permalink
Merge pull request #494 from matsumotory/nginx-1-22-0
Browse files Browse the repository at this point in the history
  • Loading branch information
matsumotory authored May 26, 2022
2 parents 7a94f54 + f20fd6c commit b9febb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ defaults:
shell: bash

env:
OPENSSL_SRC_VERSION: 1.1.1i
OPENSSL_SRC_VERSION: 1.1.1o

jobs:
build:
runs-on: ubuntu-18.04
strategy:
matrix:
NGINX_VERSION:
- 1.21.5
- 1.22.0
- 1.20.1
- 1.18.0
- 1.16.1
Expand Down
4 changes: 2 additions & 2 deletions nginx_version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NGINX_SRC_MAJOR=1
NGINX_SRC_MINOR=21
NGINX_SRC_PATCH=5
NGINX_SRC_MINOR=22
NGINX_SRC_PATCH=0
NGINX_SRC_VER=nginx-${NGINX_SRC_MAJOR}.${NGINX_SRC_MINOR}.${NGINX_SRC_PATCH}

0 comments on commit b9febb8

Please sign in to comment.