NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.38k stars 13.6k forks source link

Build failure: php84Packages.psalm #335943

Closed eclairevoyant closed 4 days ago

eclairevoyant commented 3 weeks ago

Steps To Reproduce

Steps to reproduce the behavior:

  1. build php84Packages.psalm

Build log

Installing dependencies from lock file
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.

  Problem 1
    - Root composer.json requires php ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 but your php version (8.4.0beta3) does not satisfy that requirement.

Additional context

Notify maintainers

@NixOS/php

Metadata

broken on master (94c66368e01b37c60b85ce8cfa5f2cb48cc5651f)


Add a :+1: reaction to issues you find important.

drupol commented 3 weeks ago

I'm not surprised by this. Most likely that Psalm is not ready yet for PHP 8.4 since it hasn't been officially released as stable release.