From 571cc15cf49645058a54a048cd8e2f99e2d8fade Mon Sep 17 00:00:00 2001 From: Daniel Gohlke Date: Wed, 26 Nov 2025 22:07:44 +0100 Subject: [PATCH] [BUGFIX] Use old stable nix channel nixos-25.05 in tests In nixos-unstable and nixos-25.11 the support for PHP 8.1 was removed. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index af5296d4..ccfae256 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -122,7 +122,7 @@ jobs: - uses: cachix/install-nix-action@v17 with: - nix_path: nixpkgs=channel:nixos-unstable + nix_path: nixpkgs=channel:nixos-25.05 - name: Run Unit Tests PHP8.1 run: nix-shell --pure --run project-test-unit