We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9cdf74 commit 1e33394Copy full SHA for 1e33394
.github/workflows/functional-tests.yml
@@ -56,6 +56,11 @@ jobs:
56
php-version: ${{ matrix.php-version }}
57
tools: flex
58
59
+ - uses: browser-actions/setup-chrome@v1
60
+ with:
61
+ chrome-version: 120
62
+ install-chromedriver: true
63
+
64
- name: Install root dependencies
65
run: composer install
66
@@ -68,11 +73,6 @@ jobs:
68
73
composer config minimum-stability ${{ matrix.minimum-stability || 'stable' }}
69
74
composer update ${{ matrix.dependency-version == 'lowest' && '--prefer-lowest' || '' }} --no-progress --no-interaction
70
75
71
- - name: Install web-browser drivers
72
- working-directory: src/Turbo
- run: |
- php vendor/bin/bdi detect drivers
-
76
- name: Install JavaScript dependencies
77
working-directory: src/Turbo/tests/app
78
run: |
0 commit comments