Skip to content

Commit 1e33394

Browse files
committed
install a specific version of chrome
1 parent b9cdf74 commit 1e33394

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/functional-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656
php-version: ${{ matrix.php-version }}
5757
tools: flex
5858

59+
- uses: browser-actions/setup-chrome@v1
60+
with:
61+
chrome-version: 120
62+
install-chromedriver: true
63+
5964
- name: Install root dependencies
6065
run: composer install
6166

@@ -68,11 +73,6 @@ jobs:
6873
composer config minimum-stability ${{ matrix.minimum-stability || 'stable' }}
6974
composer update ${{ matrix.dependency-version == 'lowest' && '--prefer-lowest' || '' }} --no-progress --no-interaction
7075
71-
- name: Install web-browser drivers
72-
working-directory: src/Turbo
73-
run: |
74-
php vendor/bin/bdi detect drivers
75-
7676
- name: Install JavaScript dependencies
7777
working-directory: src/Turbo/tests/app
7878
run: |

0 commit comments

Comments
 (0)