Skip to content

Commit be7ecd9

Browse files
committed
Release 1.9.37 - See CHANGELOG.md
1 parent 3fb4b5a commit be7ecd9

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
# php81:
1515
# uses: tiredofit/github_actions/.github/workflows/php81_alpine_amd64_armv7_arm64.yml@main
1616
# secrets: inherit
17-
php82:
18-
uses: tiredofit/github_actions/.github/workflows/php82_alpine_amd64.yml@main
17+
php83:
18+
uses: tiredofit/github_actions/.github/workflows/php83_alpine_amd64.yml@main
1919
secrets: inherit

.github/workflows/manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# php81:
1616
# uses: tiredofit/github_actions/.github/workflows/php81_alpine_amd64_armv7_arm64.yml@main
1717
# secrets: inherit
18-
php82:
19-
uses: tiredofit/github_actions/.github/workflows/php82_alpine_amd64.yml@main
18+
php83:
19+
uses: tiredofit/github_actions/.github/workflows/php83_alpine_amd64.yml@main
2020
secrets: inherit
2121

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.9.37 2025-05-17 <dave at tiredofit dot ca>
2+
3+
### Added
4+
- Change github actions to PHP8.3
5+
- Enable ZIP PHP module at buildtime
6+
7+
18
## 1.9.36 2025-05-17 <dave at tiredofit dot ca>
29

310
### Added

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ENV BOOKSTACK_VERSION=${BOOKSTACK_VERSION:-"v25.02.5"} \
1717
PHP_ENABLE_FILEINFO=TRUE \
1818
PHP_ENABLE_TOKENIZER=TRUE \
1919
PHP_ENABLE_XMLWRITER=TRUE \
20+
PHP_ENABLE_ZIP=TRUE \
2021
NGINX_WEBROOT=/www/bookstack \
2122
NGINX_SITE_ENABLED=bookstack \
2223
CONTAINER_ENABLE_MESSAGING=TRUE \

0 commit comments

Comments
 (0)