Skip to content

Commit

Permalink
firefox and geckodriver versions in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
gotcha committed Nov 13, 2023
1 parent 4baab22 commit 3887fa5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,14 @@ jobs:
${{ runner.os }}-eggs-${{ matrix.config[0] }}-${{ matrix.config[1] }}-
${{ runner.os }}-eggs-${{ matrix.config[0] }}-
- name: Install Firefox
uses: browser-actions/setup-firefox@latest
uses: browser-actions/setup-firefox@v1
with:
firefox-version: "109.0"
firefox-version: "119.0.1"
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install Geckodriver
uses: browser-actions/setup-geckodriver@latest
with:
geckodriver-version: "0.32.0"
geckodriver-version: "0.33.0"
token: ${{ secrets.GITHUB_TOKEN }}
- name: Test
run: tox -e ${{ matrix.config[1] }}
2 changes: 1 addition & 1 deletion test-6.0.x.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ eggs =
setuptools =
# lxml = 4.7.1
six = 1.10.0
selenium = 4.14.0
selenium = 4.12.0
robotframework-seleniumlibrary = 6.1.3
Pillow = 9.4.0
wheel = 0.38.4
Expand Down

0 comments on commit 3887fa5

Please sign in to comment.