You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ✅ [\`packages/extester/package.json\`](https://github.com/redhat-developer/vscode-extension-tester/blob/auto-update-vscode-versions/packages/extester/package.json) - Updated \`vscode-min\` and \`vscode-max\`
215
+
216
+
### 🧪 Testing
217
+
218
+
CI will automatically test against both versions:
219
+
- ✅ Min: \`${{ steps.versions.outputs.oldest }}\`
220
+
- ✅ Max: \`${{ steps.versions.outputs.latest }}\`
221
+
222
+
### ✅ Review Checklist
223
+
224
+
- [ ] All CI tests pass for both versions
225
+
- [ ] No breaking changes detected in test results
226
+
- [ ] Page objects still work across all versions
227
+
- [ ] Ready to merge and release
228
+
229
+
### 📦 Next Steps After Merge
230
+
231
+
1. ✅ Verify all tests passed
232
+
2. 🚀 Trigger release workflow if needed
233
+
3. 📚 Update documentation if there are breaking changes
234
+
235
+
---
236
+
237
+
🤖 *This PR was automatically created by the [version update workflow](https://github.com/redhat-developer/vscode-extension-tester/actions/workflows/update-vscode-versions.yml)*" \
238
+
--label automation,maintenance,dependencies || echo "PR creation failed or already exists"
0 commit comments