From a336514e561d643494812fb597e1c14693d3a642 Mon Sep 17 00:00:00 2001 From: Rajab Natshah Date: Thu, 9 Mar 2023 12:56:55 +0300 Subject: [PATCH] Issue #3346675: Release Varbase 9.0.12 --- .circleci/config.yml | 4 ++-- README.md | 2 +- behat.yml | 4 +--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 273c2e0e..33154199 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ defaults: &defaults auth: username: mydockerhub-user password: $DOCKERHUB_PASSWORD # context / project UI env-var reference - - image: circleci/mysql:8.0.23 + - image: cimg/mysql:8.0 auth: username: mydockerhub-user password: $DOCKERHUB_PASSWORD # context / project UI env-var reference @@ -32,7 +32,7 @@ commands: ## Configure and run the virtual display. - run: name: Configure and run the virtual display. - command: Xvfb -ac :99 -screen 0 1600x1200x24 > /dev/null 2>&1 + command: Xvfb -ac :99 -screen 0 1920x1080x24 > /dev/null 2>&1 background: true ## Setup Apache2 and PHP8.1 diff --git a/README.md b/README.md index 6ba939f2..88ec0c81 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Vardot](https://circleci.com/gh/Vardot/varbase/tree/9.0.x.svg?style=shield)](https://app.circleci.com/pipelines/github/Vardot/varbase/636/workflows/45055ccc-3be2-4c3e-a833-b9206364d01e) Varbase 9.0.12 +[![Vardot](https://circleci.com/gh/Vardot/varbase/tree/9.0.x.svg?style=shield)](https://app.circleci.com/pipelines/github/Vardot/varbase/637/workflows/cf4513fa-ded2-4478-a110-0c17fc72612f) Varbase 9.0.12 [![](https://www.drupal.org/files/styles/grid-3/public/project-images/Medium-Logo%20Color%20with%20padding.png)](https://www.drupal.org/project/varbase) diff --git a/behat.yml b/behat.yml index 8a49fc4f..4fe17f67 100644 --- a/behat.yml +++ b/behat.yml @@ -75,8 +75,7 @@ default: args: - "--headless" - "--start-maximized" - - "--start-fullscreen" - # - "--window-size=1920,1080" + - "--window-size=1920,1080" - "--disable-gpu" - "--no-sandbox" - "--disable-dev-shm-usage" @@ -93,7 +92,6 @@ default: - "--remote-debugging-port=9222" - "--allowed-ips=*" - "--whitelisted-ips=*" - - "--version" base_url: 'http://varbase.test' browser_name: 'chrome' javascript_session: selenium2