Skip to content

Commit

Permalink
Use Firefox 114.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Oct 12, 2024
1 parent 857dda8 commit 931d8dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
- uses: browser-actions/setup-geckodriver@latest
with:
geckodriver-version: '0.34.0'
- uses: browser-actions/setup-firefox@latest
- uses: browser-actions/setup-firefox@v1
with:
firefox-version: '111.0.1'
firefox-version: '114'
- run: |
bundle install
- uses: GabrielBB/xvfb-action@v1
with:
run: |
bundle exec rake
bundle exec rake spec

0 comments on commit 931d8dc

Please sign in to comment.