Download Latest Version v1.31.1 source code.tar.gz (73.5 kB)
Email in envelope

Get an email when there's a new version of Trellis

Home / v1.30.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-03-18 677 Bytes
v1.30.0 source code.tar.gz 2026-03-18 74.0 kB
v1.30.0 source code.zip 2026-03-18 145.2 kB
Totals: 3 Items   220.0 kB 1

What's Changed

Disable PHP OPcache JIT by default

PHP 8.3's JIT tracing mode has known memory corruption bugs that can cause recurring PHP-FPM worker crashes. Since WordPress workloads see negligible benefit from JIT, it's now disabled by default.

Users who want JIT can re-enable it via group_vars:

:::yaml
php_opcache_jit: 'tracing'
php_opcache_jit_buffer_size: 256M

Background: https://discourse.roots.io/t/php-8-3-jit-tracing-recurring-crash-at-theme-php-325-4gb-allocation/30241

Add support for Composer custom-headers authentication

[#1652]

Full Changelog: https://github.com/roots/trellis/compare/v1.29.0...v1.30.0

Source: README.md, updated 2026-03-18