Update the nix shell configuration for using php 8.2
continuous-integration/drone/push Build is passing Details

main
KKlochko 2 years ago
parent 2597cfb7a5
commit d18cd664ed

@ -2,8 +2,8 @@
pkgs.mkShell {
name = "MyPHPShell";
buildInputs = with pkgs; [
php80
php80Packages.composer
php82
php82Packages.composer
];
shellHook = ''

Loading…
Cancel
Save