Problem/Motivation
Upgrade module to work on Drupal 10.
Steps to reproduce
Install this module and run upgrade status report.
Proposed resolution
Update core_version_requirements in info.yml to ^8 || ^9 || ^10
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | guzzle_cache_d10-3345622-7.patch | 2.52 KB | m4olivei |
| #3 | MR branch.PNG | 10.79 KB | abhinavk |
| #3 | upgrade_status_msg.PNG | 8.49 KB | abhinavk |
| #3 | guzzle_cache_drupal-check.txt | 2.71 KB | abhinavk |
| #3 | interdiff-2-3.txt | 2.56 KB | abhinavk |
Issue fork guzzle_cache-3345622
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
abhinavk commentedI checked MR !2 in my local and got Upgrade status error. I have resolved that error and also resolved most of drupal-check errors.
While running tests in local I found 1 issue related to prefix length which I have fixed.
I am uploading upgrade status error, drupal check errors and updated patch.
Please review the patch.
Comment #4
rahul17 commentedI have tested patch #3 in Drupal 9.5.7 and 10.0.7 and PHP 8.1. Patch applied cleanly and makes this module d10 compatible. Functionality is working as expected.
Checked with drupal check and upgrade status which gives no errors.
Hence, moving this to RTBC for d10 stable release.
Comment #5
deviantintegral commentedComment #6
deviantintegral commentedLooks like tests weren't configured to run on the 3.x branch. I just turned that on, let's see if that kicks off. Otherwise, this looks good. Thank you!
Comment #7
m4oliveiPatch re-roll on latest 3.x. I also set back the test param.
Comment #9
m4oliveiCommited to 3.x! Thanks all.