PCBC-1049: GHA - Add 8.0 to server version matrix#242
Merged
DemetrisChr merged 1 commit intocouchbase:mainfrom Feb 26, 2026
Merged
PCBC-1049: GHA - Add 8.0 to server version matrix#242DemetrisChr merged 1 commit intocouchbase:mainfrom
DemetrisChr merged 1 commit intocouchbase:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds Couchbase Server version 8.0.0 to the GitHub Actions test matrix and updates the codebase to properly support this version. The changes refactor version-specific helper methods to use more maintainable comparison logic and add necessary version guards for features that are no longer supported in 8.0 (such as Memcached buckets).
Changes:
- Added server version 8.0.0 to the test matrix in GitHub Actions workflows and removed 7.0.5
- Removed obsolete version-specific helper methods (is72, is75, is76, is80) and refactored version checks to use general comparison operators
- Added support for memcached bucket deprecation in 8.0 and fixed replica indexes test to explicitly use Couchstore storage backend
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| .github/workflows/tests.yml | Updated server version matrix to include 8.0.0 and remove 7.0.5 |
| tests/Helpers/ServerVersion.php | Removed obsolete version check methods, refactored version comparisons, and added supportsMemcachedBuckets() method |
| tests/BucketManagerTest.php | Added version check for memcached bucket support and specified Couchstore backend for replica indexes test |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
8c0abaf to
630b212
Compare
630b212 to
7b87090
Compare
avsej
approved these changes
Feb 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.