Skip to content

Commit

Permalink
Update Github Actions to use the latest version of selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
ashbythorpe committed Nov 11, 2023
1 parent c6f6cc1 commit 0127bd5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/R-CMD-check-selenium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
fail-fast: false
matrix:
config:
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- { os: ubuntu-latest, r: "devel", http-user-agent: "release" }
- { os: ubuntu-latest, r: "release" }
- { os: ubuntu-latest, r: "oldrel-1" }
browser: [chrome, firefox]

services:
selenium:
image: selenium/standalone-${{ matrix.browser }}:4.15.0-20231102
image: selenium/standalone-${{ matrix.browser }}:4.15.0-20231110
ports:
- 4444:4444
options: >-
Expand All @@ -46,7 +46,7 @@ jobs:

- uses: r-lib/actions/setup-r@v2
with:
r-version: 'release'
r-version: "release"
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
Expand Down

0 comments on commit 0127bd5

Please sign in to comment.