Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur-sose committed Dec 31, 2024
1 parent e0a8419 commit 39da08f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,17 +119,14 @@ jobs:
uses: browser-actions/[email protected]
id: setup-chrome
with:
chrome-version: 131
chrome-version: 119
install-chromedriver: true

- run: |
sudo echo "Chrome instalation....."
CHROME_BIN="${{ steps.setup-chrome.outputs.chrome-path }}"
sudo ln -sf "$CHROME_BIN" /usr/bin/
sudo echo "Chrome_bin....."
CHROMEDRIVER_BIN="${{ steps.setup-chrome.outputs.chromedriver-path }}"
sudo ln -sf "$CHROMEDRIVER_BIN" /usr/bin/
sudo echo "Chrome Driver....."
# Commenting out to use the latest chrome and chromedriver versions.
# - name: Install google-chrome-stable
Expand Down
19 changes: 7 additions & 12 deletions config/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,20 +181,15 @@ drush/drush:

# Acquia CMS uses drupal-test-traits as a dev dependency.
# @todo remove this via ORCA-298
# weitzman/drupal-test-traits:
# is_company_package: false
# core_matrix:
# '<=10.2':
# version: 2.4.0
# version_dev: ~
# '*':
# version: '*'
# version_dev: '*'

weitzman/drupal-test-traits:
is_company_package: false
version: '*'
version_dev: '*'
core_matrix:
'<=10.2':
version: 2.4.0
version_dev: ~
'*':
version: '*'
version_dev: '*'

phpspec/prophecy-phpunit:
is_company_package: false
Expand Down

0 comments on commit 39da08f

Please sign in to comment.