Skip to content

Commit 80a36cf

Browse files
savilclaude
andcommitted
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

File tree

examples/plugins/builtin/devbox.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
},
1313
"include": [
14-
// Installs the php plugin using php82 as trigger package
15-
"plugin:php82"
14+
// Installs the php plugin using php83 as trigger package
15+
"plugin:php83"
1616
]
1717
}

0 commit comments

Comments
 (0)