Skip to content

Commit

Permalink
[src] Release 0.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
rryqszq4 committed Dec 5, 2023
1 parent 3e167b9 commit d5b6538
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
ngx-php 0.0.28 changes:
* Support php version 8.3.0 [@joanhey] 5 Dec 2023

ngx_php7 0.0.27 changes:
* Support php version 8.2.0 14 Apr 2023

Expand Down
4 changes: 2 additions & 2 deletions src/ngx_http_php_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef __NGX_HTTP_PHP_VERSION_H__
#define __NGX_HTTP_PHP_VERSION_H__

#define NGX_HTTP_PHP_MODULE_VERSION "0.0.26"
#define NGX_HTTP_PHP_MODULE_VERSION "0.0.28"

#define NGX_HTTP_PHP_MODULE_NAME "ngx_php"

#endif
#endif

3 comments on commit d5b6538

@joanhey
Copy link
Contributor

@joanhey joanhey commented on d5b6538 Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Close the action run in:
image

@joanhey
Copy link
Contributor

@joanhey joanhey commented on d5b6538 Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can stop the test runs, from here at any time.

@joanhey
Copy link
Contributor

@joanhey joanhey commented on d5b6538 Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So we have new workers ready, for the other PR.

Please sign in to comment.