- Issue created by @jastraat
- πΊπΈUnited States fathershawn New York
Drupal core has supported PHP 8.1 since 9.3. You should be able to move to 8.1, running Drupal 9.5.x, upgrade your modules, then move to D10
- π©πͺGermany lukas_w
I would support this request, since we have a customer running SLES which currently only provides PHP 8.0. I checked with php -l if there are any errors in the module's code with PHP 8.0 but none showed up.
- Status changed to Needs review
about 1 year ago 4:20am 20 August 2023 - last update
about 1 year ago 74 pass - π³πΏNew Zealand RoSk0 Wellington
Completely agree with request - if the module doesn't have strict requirements to use PHP 8.1 there is no reason to declare dependency on it.
Also it would greatly simplify the upgrade path for the users.
Can you please downgrade PHP requirement to 8.0? Patch attached.
I can see that the test suite of the module currently passes on PHP 7.4, so declared 8.1 doesn't make any sense to me.
- last update
about 1 year ago 74 pass - Status changed to RTBC
about 1 year ago 8:53pm 20 August 2023 - π³πΏNew Zealand ericgsmith
+1 for this.
Patch applies cleanly - no issues found running on PHP8.0 and tests showing as green against 7.4
While #2 is an ideal path, complete agree with the request that there is no reason to enforce this in this module.