Commit 80a36cf
Update plugins/builtin example to use php83 instead of php82
The php82 version (8.2.29) in nixpkgs-unstable has a flaky test in the
php-dom extension (gh10234.phpt) that causes intermittent CI failures.
Moving to php83 (which successfully built as version 8.3.3 on Oct 23)
provides a conservative upgrade path while avoiding the flaky test.
This is preferable to modifying the PHP plugin flake to skip all tests,
as it allows us to keep upstream testing while avoiding the specific
problematic version.
Fixes the Oct 24 CI failure in the plugins_builtin_run_test.test.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent dd94878 commit 80a36cf
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
0 commit comments