File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments