Skip to content

Commit 571cc15

Browse files
committed
[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.
1 parent 23d7926 commit 571cc15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122

123123
- uses: cachix/install-nix-action@v17
124124
with:
125-
nix_path: nixpkgs=channel:nixos-unstable
125+
nix_path: nixpkgs=channel:nixos-25.05
126126

127127
- name: Run Unit Tests PHP8.1
128128
run: nix-shell --pure --run project-test-unit

0 commit comments

Comments
 (0)