Skip to content

Commit 58c548b

Browse files
committed
Test just latest php in main integration test cmd
1 parent b72bf58 commit 58c548b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@test-integration"
8484
],
8585
"test-aws": "WORDPRESS_DIR=$(realpath ./dev/data/wordpress1) php ./vendor/bin/phpunit --testsuite AWS",
86-
"test-integration": "bin/test-php-versions",
86+
"test-integration": "nix flake check ./dev",
8787
"test-integration-live": "WORDPRESS_DIR=$(realpath ./dev/data/wordpress1) php ./vendor/bin/phpunit --testsuite Integration",
8888
"test-live": [
8989
"@test-integration-live",

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
pname = "${name}-composer-deps";
2525
version = "1.0.0";
2626
src = composerSrc;
27-
vendorHash = "sha256-btstADBSSA9mbkoCXIygGD0V0Z2cwhArO+SbcEH9MTE=";
27+
vendorHash = "sha256-9S+xFOJYN3RDZ1GX10JeP0GaNR5y8C3tFxisVGhYH/0=";
2828
});
2929
composerVendorDev = php.mkComposerVendor (finalAttrs: {
3030
composerNoDev = false;
3131
pname = "${name}-composer-deps-dev";
3232
version = "1.0.0";
3333
src = composerSrc;
34-
vendorHash = "sha256-T3B8Wqpf0JYZC+BAD0orY3WJgmEmZbBsWx8FH1fvHjQ=";
34+
vendorHash = "sha256-9LxAXUb0o5+me2F6VJOjGebhF8Za6iuFzQM6xfL/Qqk=";
3535
});
3636
staticDeploySrc = pkgs.lib.cleanSourceWith {
3737
src = self;

0 commit comments

Comments
 (0)