Skip to content

Commit 242809b

Browse files
committed
Updating CI test versions and latest test execution
1 parent 2b9dbc6 commit 242809b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
continue-on-error: true
1010
strategy:
1111
matrix:
12-
python-version: [3.9.23, 3.13.5, 3.14.0-rc.3] # pypy-3.9
12+
python-version: [3.9.23, 3.13.10, 3.14.1] # pypy-3.9
1313
# python-version: [{earliest: 3.9}, {latest: 3.13.0}] # pypy-3.9
14-
rf-version: [6.1.1, 7.3.2]
15-
selenium-version: [4.28.1, 4.29.0, 4.30.0, 4.31.0, 4.32.0, 4.33.0, 4.34.2]
14+
rf-version: [6.1.1, 7.3.2, 7.4.1]
15+
selenium-version: [4.34.2, 4.35.0, 4.36.0, 4.37.0, 4.38.0, 4.39.0]
1616
browser: [chrome] # firefox, chrome, headlesschrome, edge
1717

1818
steps:
@@ -84,7 +84,7 @@ jobs:
8484
# xvfb-run --auto-servernum python atest/run.py --zip ${{ matrix.browser }}
8585

8686
- name: Run tests with latest python and latest robot framework
87-
if: matrix.python-version == '3.13.0' && matrix.rf-version == '7.2.2'
87+
if: matrix.python-version == '3.14.1' && matrix.rf-version == '7.4.1'
8888
run: |
8989
xvfb-run --auto-servernum python atest/run.py --zip ${{ matrix.browser }}
9090

0 commit comments

Comments
 (0)