We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30df944 commit 6780fbbCopy full SHA for 6780fbb
.github/workflows/CI.yml
@@ -82,7 +82,7 @@ jobs:
82
# xvfb-run --auto-servernum python atest/run.py --zip ${{ matrix.browser }}
83
84
- name: Run tests with latest python and latest robot framework
85
- if: matrix.python-version == '3.13.0' && matrix.rf-version == '7.3.1'
+ if: matrix.python-version == '3.13.0' && matrix.rf-version == '7.2.2'
86
run: |
87
xvfb-run --auto-servernum python atest/run.py --zip ${{ matrix.browser }}
88
0 commit comments