Skip to content

Commit 857ddec

Browse files
committed
move to latest selenium image
This could go too far the opposite direction, but I'd rather see failures because of selenium updates than get a false sense of security from being on an older version. Consumers of widgetastic will want to be on the latest version of selenium
1 parent f1a4738 commit 857ddec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Pull selenium-standalone:latest
25-
run: podman pull selenium/standalone-${{ matrix.browser }}:4.9
25+
run: podman pull selenium/standalone-${{ matrix.browser }}:latest
2626

2727
- name: Pull docker.io/library/nginx:alpine
2828
run: podman pull docker.io/library/nginx:alpine

0 commit comments

Comments
 (0)