Skip to content

Commit 57f3edf

Browse files
yuriverweijCopilot
andcommitted
chore: update Python, Robot Framework, and Selenium versions in CI workflows
Co-authored-by: Copilot <copilot@github.com>
1 parent 1ab8845 commit 57f3edf

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.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.10.16, 3.13.5, 3.14.0-rc.3, pypy-3.10]
12+
python-version: [3.10.16, 3.13.5, 3.14.4, pypy-3.10]
1313
# python-version: [{earliest: 3.10}, {latest: 3.14.0-rc.3}, {pypy: pypy-3.10}]
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.4.2]
15+
selenium-version: [4.29.0, 4.30.0, 4.31.0, 4.32.0, 4.33.0, 4.34.2, 4.43.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.4' && matrix.rf-version == '7.4.2'
8888
run: |
8989
xvfb-run --auto-servernum python atest/run.py --zip ${{ matrix.browser }}
9090

.github/workflows/Select.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
matrix:
1111
config:
1212
- description: latest
13-
python-version: 3.13.10
14-
rf-version: 7.4.1
15-
selenium-version: 4.39.0
13+
python-version: 3.14.4
14+
rf-version: 7.4.2
15+
selenium-version: 4.43.0
1616
browser: chrome
1717
- description: previous
1818
python-version: 3.12.12
@@ -25,7 +25,7 @@ jobs:
2525
selenium-version: 4.37.0
2626
browser: chrome
2727
- description: latest
28-
python-version: 3.13.10
28+
python-version: 3.14.4
2929
rf-version: 7.4.1
3030
selenium-version: 4.39.0
3131
browser: firefox

0 commit comments

Comments
 (0)