Skip to content

Commit

Permalink
feat: build pixelfed for php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jippi committed Jan 20, 2025
1 parent de93639 commit 793b288
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
matrix:
php_version:
- 8.3
- 8.4
debian_release:
- bookworm
php_base:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
matrix:
php_version:
- 8.3
- 8.4
pixelfed_branch:
- staging
- dev
Expand Down
2 changes: 2 additions & 0 deletions docker/rootfs/nginx/docker/templates/var/www/Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fpm: php-fpm{{ getenv "DOCKER_APP_PHP_VERSION" }}
nginx: nginx -g "daemon off;"
2 changes: 0 additions & 2 deletions docker/rootfs/nginx/var/www/Procfile

This file was deleted.

0 comments on commit 793b288

Please sign in to comment.