Skip to content

Conversation

mongodb-php-bot
Copy link
Collaborator

Merge new changes from v1.20 into v1.x.

Commits

Resolving conflicts

To resolve any conflicts, check out the temporary branch and run the following command:
git merge v1.x

Ignoring changes

To ignore from the remote branch, first reset the temporary branch to v1.x and manually merge using the `ours` merge strategy:
git reset --hard v1.x
git merge --strategy=ours v1.20

Then, push the temporary branch to upate the pull request.

alcaeus and others added 2 commits October 14, 2024 13:50
* PHPC-2433: Test PHP 8.4 on Evergreen

* Skip PHP 8.4 on RHEL PPC/Zseries
@alcaeus alcaeus mentioned this pull request Oct 14, 2024
@alcaeus alcaeus self-requested a review October 14, 2024 15:32
@alcaeus alcaeus self-assigned this Oct 14, 2024
* v1.x:
  PHPC-2460: Use zend_zval_type_name instead of internal macros (#1714)
  PHPC-2464: Emit deprecation notice for negative "limit" Query option (#1710)
  PHPC-2458: Deprecate float arg for UTCDateTime constructor (#1695)
  Document how to run part of the test suite (#1690)
  Bump version to 1.21-dev (#1661)
  Update branch names for GHA workflows (#1646)
  PHPC-2343: Require PHP 8.1 (#1631)
@mongodb-php-bot mongodb-php-bot merged commit dec71e5 into v1.x Oct 15, 2024
58 of 59 checks passed
@mongodb-php-bot mongodb-php-bot deleted the merge-v1.20-into-v1.x-1728918109108 branch October 15, 2024 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants