diff --git a/build.yaml b/build.yaml index 45ba308..19195e4 100644 --- a/build.yaml +++ b/build.yaml @@ -5,5 +5,5 @@ language: php flake: devshell: packages: - - php81 - - php81Packages.composer + - php82 + - php82Packages.composer diff --git a/flake.nix b/flake.nix index a149852..2481116 100644 --- a/flake.nix +++ b/flake.nix @@ -15,8 +15,8 @@ perSystem = { config, self', inputs', pkgs, system, ... }: { devshells.default = { packages = with pkgs; [ - "php81" - "php81Packages.composer" + "php82" + "php82Packages.composer" ]; }; };