Skip to content

Commit eddc6cc

Browse files
committed
Remove specific Chrome version from Circle CI config and use latest to fix pipeline failure
1 parent eff6f12 commit eddc6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
name: Database setup
8080
command: bin/rails db:schema:load --trace
8181
- browser-tools/install-browser-tools:
82-
chrome-version: 128.0.6613.84 # https://github.com/CircleCI-Public/browser-tools-orb/issues/108#issuecomment-1958532112
82+
chrome-version: latest
8383
replace-existing-chrome: true
8484
- run:
8585
name: Run rspec

0 commit comments

Comments
 (0)