Skip to content

Commit 305b8f6

Browse files
committed
Updated Selenium Python versions to latest
As I did not keep up with the selenium version over the summer going to test from 4.21.0 to latest (4.24.0)
1 parent ff8cfb6 commit 305b8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
python-version: [3.8, 3.12] # pypy-3.9
1313
rf-version: [6.1.1, 7.0.1]
14-
selenium-version: [4.20.0, 4.21.0]
14+
selenium-version: [4.21.0, 4.22.0, 4.23.1, 4.24.0]
1515
browser: [firefox, chrome, headlesschrome] #edge
1616

1717
steps:

0 commit comments

Comments
 (0)