Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ensure :: latest partially upgrades php8.2 to php8.3 unexpectedly #708

Open
Open
ensure :: latest partially upgrades php8.2 to php8.3 unexpectedly#708

Description

On an ubuntu 22.04 virtual machine

With the current master version of this repository and the following partial configuration,

'8.2' } -> class { '::php': manage_repos => true, ensure => latest, phpunit => false, package_prefix => 'php8.2-', }">class { '::php::globals':
php_version => '8.2'
} ->
class { '::php':
manage_repos => true,
ensure => latest,
phpunit => false,
package_prefix => 'php8.2-',
}

I'm observing that php common is installed to a version that depends on php8.3 and not 8.2 as expected. Looks like apt dependencies need to be pinned to keep the packages in a version-controlled state.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions