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:
devshell:
packages:
- php81
- php81Packages.composer
- php82
- php82Packages.composer

View file

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