Skip to content

Commit 8fbabb8

Browse files
committed
Updated Python, Robot Framework and Selenium versions
1 parent bb0868e commit 8fbabb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
continue-on-error: true
1010
strategy:
1111
matrix:
12-
python-version: [3.8, 3.12] # pypy-3.9
13-
rf-version: [6.1.1, 7.0.1]
14-
selenium-version: [4.21.0, 4.22.0, 4.23.1, 4.24.0]
12+
python-version: [3.8, 3.13.0] # pypy-3.9
13+
rf-version: [6.1.1, 7.1.1]
14+
selenium-version: [4.24.0, 4.25.0 4.26.1]
1515
browser: [firefox, chrome, headlesschrome] #edge
1616

1717
steps:

0 commit comments

Comments
 (0)