Unable to locate package php8.5-opcache

Problem Description

Yesterday I upgraded one of my sites to PHP 8.5 (from 8.3) by editing the config/php file and running sympl-php-configure. This worked fine, however I’m now getting a cron email every hour which says that it cannot locate the package php8.5-opcache. I haven’t tried to install that package, and I haven’t enabled any modules specifically for that site.

Any Error Messages

/etc/cron.hourly/sympl-php-configure:
E: Unable to locate package php8.5-opcache
E: Couldn't find any package by glob 'php8.5-opcache'
E: Couldn't find any package by regex 'php8.5-opcache'

Environment

  • Sympl Version: 12
  • Debian Version: 12.15
  • Hardware Type: VPS
  • Hosted With: Mythic Beasts

This is simply due to PHP 8.5 not having a php8.5-opcache package any more, as that’s been folded in.

Updated versions of sympl-web 12 and 13 are working their way through testing for Bookworm and Trixie.