Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jackdpeterson opened this issue Jan 12, 2024 · 0 comments
Open

Comments

@jackdpeterson
Copy link

On an ubuntu 22.04 virtual machine

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

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.

@jackdpeterson jackdpeterson changed the title ensure :: latest upgrades php8.2 dependencies to 8.3 unexpectedtly ensure :: latest upgrades php8.2 to php8.3 unexpectedly Jan 12, 2024
@jackdpeterson jackdpeterson changed the title ensure :: latest upgrades php8.2 to php8.3 unexpectedly ensure :: latest partially upgrades php8.2 to php8.3 unexpectedly Jan 12, 2024
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

No branches or pull requests

1 participant