Skip to content

Commit 47bba89

Browse files
committed
DEBUG test /w upcoming driver release
1 parent 0895920 commit 47bba89

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838

3939
- name: Install dependencies
4040
run: |
41+
composer self-update
42+
composer config --global github-oauth.github.com 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
4143
composer update --no-interaction --prefer-dist
4244
4345
- name: Setup Mink test server

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,17 @@
1818
"homepage": "http://everzet.com"
1919
}
2020
],
21+
"repositories": [
22+
{
23+
"type": "vcs",
24+
"url": "https://github.com/mvorisek/php-webdriver.git"
25+
}
26+
],
2127
"require": {
2228
"php": ">=7.2",
2329
"ext-json": "*",
2430
"behat/mink": "^1.9@dev",
25-
"instaclick/php-webdriver": "^1.4.13"
31+
"instaclick/php-webdriver": "dev-unserialize_for_all_curl_requests as 1.4.14"
2632
},
2733
"require-dev": {
2834
"mink/driver-testsuite": "dev-master",

0 commit comments

Comments
 (0)