Skip to content

Commit

Permalink
Update ci-dusk.yml to use Chrome 118
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo authored Nov 5, 2023
1 parent 0c8f2f5 commit 36a82e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dusk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Set up Dusk chrome-drover
run: php artisan dusk:chrome-driver
run: php artisan dusk:update 118
- name: Directory Permissions
run: chmod -R 777 storage bootstrap/cache
- name: Create Database
Expand Down

0 comments on commit 36a82e4

Please sign in to comment.