Skip to content

Commit

Permalink
Fixed syntax within Selenium versions matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
emanlove committed Nov 1, 2024
1 parent 9b58690 commit 5244c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
python-version: [3.8, 3.13.0] # pypy-3.9
rf-version: [6.1.1, 7.1.1]
selenium-version: [4.24.0, 4.25.0 4.26.1]
selenium-version: [4.24.0, 4.25.0, 4.26.1]
browser: [firefox, chrome, headlesschrome] #edge

steps:
Expand Down

0 comments on commit 5244c95

Please sign in to comment.