fix: add railpack.json to pin PHP 8.4 for FrankenPHP image (#2)

Co-authored-by: railway-app[bot] <68434857+railway-app[bot]@users.noreply.github.com>
This commit is contained in:
railway-app[bot] 2026-06-19 09:28:44 +00:00 committed by GitHub
parent 87f20b0ae1
commit 5abd8184a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

6
railpack.json Normal file
View File

@ -0,0 +1,6 @@
{
"$schema": "https://schema.railpack.com",
"packages": {
"php": "8.4"
}
}