From 06fe63d31a01f4f6c14e6ade26b110fa462ebd53 Mon Sep 17 00:00:00 2001 From: Stefan Hagspiel Date: Tue, 17 Sep 2024 12:02:48 +0200 Subject: [PATCH] [test] set chromium version to 127 --- .github/workflows/codeception.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeception.yml b/.github/workflows/codeception.yml index 5aabf43d..4234a0e4 100644 --- a/.github/workflows/codeception.yml +++ b/.github/workflows/codeception.yml @@ -46,6 +46,8 @@ jobs: template_tag: v11.0.0 steps: - uses: nanasess/setup-chromedriver@v2 + with: + chromedriver-version: '127.0.6533.119' - uses: actions/checkout@v4 with: path: lib/test-bundle