Conversation
📝 WalkthroughWalkthroughThe changes update the CI workflow configuration by adding an Changes
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
README.md (1)
189-191: Update platform requirements and markdown list formattingThe updated platform requirements correctly reflect the new compatibility targets—PHP now shows "7.4 or later (tested up to 8.3)" and MediaWiki/Wikibase now indicate "1.35 or later (tested up to 1.43)". This change aligns with the CI configuration updates described in the PR objectives.
Additionally, please consider changing the unordered list markers from asterisks (*) to dashes (-) to comply with markdownlint guidelines (MD004). This adjustment improves consistency and readability of the documentation.
- * [PHP] 7.4 or later (tested up to 8.3) - * [MediaWiki] 1.35 or later (tested up to 1.43) - * [Wikibase] 1.35 or later (tested up to 1.43) + - [PHP] 7.4 or later (tested up to 8.3) + - [MediaWiki] 1.35 or later (tested up to 1.43) + - [Wikibase] 1.35 or later (tested up to 1.43)🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
189-189: Unordered list style
Expected: dash; Actual: asterisk(MD004, ul-style)
190-190: Unordered list style
Expected: dash; Actual: asterisk(MD004, ul-style)
191-191: Unordered list style
Expected: dash; Actual: asterisk(MD004, ul-style)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
README.md
189-189: Unordered list style
Expected: dash; Actual: asterisk
(MD004, ul-style)
190-190: Unordered list style
Expected: dash; Actual: asterisk
(MD004, ul-style)
191-191: Unordered list style
Expected: dash; Actual: asterisk
(MD004, ul-style)
| * [PHP] 7.4 or later (tested up to 8.0) | ||
| * [MediaWiki] 1.35 or later (tested up to 1.37) | ||
| * [Wikibase] 1.35 or later (tested up to 1.37) | ||
| * [PHP] 7.4 or later (tested up to 8.3) |
There was a problem hiding this comment.
Technically CI on MW master passes on 8.4 today. I'm slightly unsure if we should add that as official support yet. Or maybe that's good enough.
Summary by CodeRabbit