Skip to content

Commit 6131b22

Browse files
renovate[bot]AlexSkrypnyk
authored andcommitted
Update selenium/standalone-chromium Docker tag to v143
1 parent 04c2db7 commit 6131b22

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

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

2727
services:
2828
chrome:
29-
image: selenium/standalone-chromium:142.0
29+
image: selenium/standalone-chromium:143.0
3030
ports:
3131
- 4444:4444
3232

src/DrevOps/BehatScreenshotExtension/ServiceContainer/BehatScreenshotExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public function initialize(ExtensionManager $extensionManager): void {
5151
public function configure(ArrayNodeDefinition $builder): void {
5252
// @phpcs:disable Drupal.WhiteSpace.ObjectOperatorIndent.Indent
5353
// @formatter:off
54-
// @phpstan-ignore-next-line
5554
$builder->children()
5655
->scalarNode('dir')
5756
->cannotBeEmpty()

0 commit comments

Comments
 (0)