Skip to content

Commit

Permalink
Issue #3346675: Release Varbase 9.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Natshah committed Mar 9, 2023
1 parent d774569 commit a336514
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 1 addition & 3 deletions behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit a336514

Please sign in to comment.