Skip to content

Commit 473f925

Browse files
committed
Updated test matrix to latest version for Python, Robot Framework, and Selenium
Update to .. - Python up to now 3.13.0rc2 - Robot Framework from 7.0.1 to 7.1 - Selenium 4.23.1, 4.24.0, 4.25.0
1 parent db12e58 commit 473f925

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.0rc2] # pypy-3.9
13+
rf-version: [6.1.1, 7.1]
14+
selenium-version: [4.23.1, 4.24.0, 4.25.0]
1515
browser: [firefox, chrome, headlesschrome] #edge
1616

1717
steps:

0 commit comments

Comments
 (0)