Skip to content

Commit

Permalink
Replace instaclick/php-webdriver with lullabot/php-webdriver
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed Dec 13, 2023
1 parent 8371ae4 commit cfdf890
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,6 @@ jobs:
run: |
composer update --no-interaction --prefer-dist
- name: Replace instaclick/php-webdriver with lullabot/php-webdriver for new selenium versions
run: |
if [ "${{ matrix.selenium }}" == "latest" ]; then
# @todo replace this with a release
composer require lullabot/php-webdriver:dev-main
fi
- name: Setup Mink test server
run: |
mkdir ./logs
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"php": ">=7.2",
"ext-json": "*",
"behat/mink": "^1.11@dev",
"instaclick/php-webdriver": "^1.4.14"
"lullabot/php-webdriver": "^2.0"
},
"require-dev": {
"mink/driver-testsuite": "dev-master",
Expand Down

0 comments on commit cfdf890

Please sign in to comment.