3939 with :
4040 name : ${{ matrix.name }}
4141 driverRepoUrl : ${{ matrix.driverRepoUrl }}
42+ driverRepoBranch : ${{ matrix.driverRepoBranch }}
4243 php : ${{ matrix.php }}
4344 setUpCmd : ${{ matrix.setUpCmd }}
4445 testCmd : ${{ matrix.testCmd }}
@@ -49,18 +50,21 @@ jobs:
4950 include :
5051 - name : " BrowserKit (http client)"
5152 driverRepoUrl : " https://github.com/minkphp/MinkBrowserKitDriver.git"
53+ driverRepoBranch : " master"
5254 php : " 7.2"
5355 # language=bash
5456 testCmd : ./vendor/bin/phpunit --colors=always --testdox --configuration ./phpunit.http_client.xml
5557
5658 - name : " BrowserKit (http kernel)"
5759 driverRepoUrl : " https://github.com/minkphp/MinkBrowserKitDriver.git"
60+ driverRepoBranch : " master"
5861 php : " 7.2"
5962 # language=bash
6063 testCmd : ./vendor/bin/phpunit --colors=always --testdox
6164
6265 - name : " Selenium2"
6366 driverRepoUrl : " https://github.com/minkphp/MinkSelenium2Driver.git"
67+ driverRepoBranch : " master"
6468 php : " 7.2"
6569 # language=bash
6670 setUpCmd : |
7074 # language=bash
7175 testCmd : |
7276 export WEB_FIXTURES_BROWSER=firefox
77+ export SELENIUM_VERSION=2.53.1
7378 export DRIVER_MACHINE_BASE_PATH=/fixtures/
7479 export WEB_FIXTURES_HOST=http://host.docker.internal:8002
7580 ./vendor/bin/phpunit --colors=always --testdox
7984
8085 - name : " WebDriver-Classic"
8186 driverRepoUrl : " https://github.com/minkphp/webdriver-classic-driver.git"
87+ driverRepoBranch : " main"
8288 php : " 7.4"
8389 # language=bash
8490 setUpCmd : |
@@ -102,6 +108,7 @@ jobs:
102108 with :
103109 name : ${{ matrix.name }}
104110 driverRepoUrl : ${{ matrix.driverRepoUrl }}
111+ driverRepoBranch : ${{ matrix.driverRepoBranch }}
105112 php : ${{ matrix.php }}
106113 setUpCmd : ${{ matrix.setUpCmd }}
107114 testCmd : ${{ matrix.testCmd }}
@@ -112,6 +119,7 @@ jobs:
112119 include :
113120 - name : " Chrome"
114121 driverRepoUrl : " https://gitlab.com/behat-chrome/chrome-mink-driver.git"
122+ driverRepoBranch : " main"
115123 php : " 7.4"
116124 # language=bash
117125 setUpCmd : |
0 commit comments