Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set JIT settings in CI PHP configuration.
Added `opcache.jit_buffer_size=0` and `opcache.jit=0` to the PHP ini values in the CI workflow. This ensures JIT compilation is effectively disabled during tests for consistency across environments.
- Loading branch information