Skip to content

Commit 354b3f8

Browse files
committed
Updated snapshot for parallel updates.
1 parent 348d6e3 commit 354b3f8

5 files changed

Lines changed: 90 additions & 90 deletions

File tree

.vortex/.ahoy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ commands:
129129
cmd: |
130130
export XDEBUG_MODE=off
131131
composer --working-dir=tests update-snapshots
132-
composer --working-dir=installer update-snapshots
132+
composer --working-dir=installer update-snapshots -- --jobs=8
133133
134134
update-snapshots-install:
135135
aliases: [usi]

.vortex/installer/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"symfony/yaml": "^7.4.6"
3434
},
3535
"require-dev": {
36-
"alexskrypnyk/phpunit-helpers": "^0.15",
37-
"alexskrypnyk/snapshot": "^1.2.1",
36+
"alexskrypnyk/phpunit-helpers": "^0.16.0",
37+
"alexskrypnyk/snapshot": "^1.3.0",
3838
"bamarni/composer-bin-plugin": "^1.9.1",
3939
"dealerdirect/phpcodesniffer-composer-installer": "^1.2.0",
4040
"drevops/phpcs-standard": "^0.6.2",

.vortex/installer/composer.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.vortex/tests/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"drevops/phpcs-standard": "^0.6.2",
3030
"drupal/coder": "^9@alpha",
3131
"ergebnis/composer-normalize": "^2.50.0",
32-
"phpstan/phpstan": "^2.1.39",
33-
"phpunit/phpunit": "^12.5.11",
34-
"rector/rector": "^2.3.6",
32+
"phpstan/phpstan": "^2.1.42",
33+
"phpunit/phpunit": "^12.5.14",
34+
"rector/rector": "^2.3.9",
3535
"squizlabs/php_codesniffer": "^4.0.1"
3636
},
3737
"minimum-stability": "alpha",

0 commit comments

Comments
 (0)