Use PHP 8.2, fix CI tests

This commit is contained in:
Oliver Davies 2024-01-28 21:51:02 +00:00
parent 95159abc94
commit 3adee3f531
2 changed files with 4 additions and 4 deletions

View file

@ -5,5 +5,5 @@ language: php
flake: flake:
devshell: devshell:
packages: packages:
- php81 - php82
- php81Packages.composer - php82Packages.composer

View file

@ -15,8 +15,8 @@
perSystem = { config, self', inputs', pkgs, system, ... }: { perSystem = { config, self', inputs', pkgs, system, ... }: {
devshells.default = { devshells.default = {
packages = with pkgs; [ packages = with pkgs; [
"php81" "php82"
"php81Packages.composer" "php82Packages.composer"
]; ];
}; };
}; };