We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9dbaeb commit 92f36d2Copy full SHA for 92f36d2
.github/workflows/main.yaml
@@ -10,7 +10,7 @@ env:
10
11
jobs:
12
tests:
13
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
14
strategy:
15
matrix:
16
php:
flake.nix
@@ -50,10 +50,6 @@
50
phpBase.packages.composer
51
pkgs.phpactor
52
];
53
-
54
- env = pkgs.lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
55
- LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
56
- };
57
};
58
59
}
0 commit comments