Skip to content

Commit 132cd7f

Browse files
committed
Drop RF 3.1
1 parent 221b2a0 commit 132cd7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
python-version: [3.6, 3.8, pypy3]
12-
rf-version: [3.1.2, 3.2.2]
12+
rf-version: [3.2.2, 4.0b3]
1313

1414
steps:
1515
- uses: actions/checkout@v2
@@ -47,11 +47,11 @@ jobs:
4747
run: |
4848
xvfb-run --auto-servernum python atest/run.py --zip headlesschrome
4949
- name: Run tests normal Chrome with Python 3.8
50-
if: matrix.python-version == '3.8' && matrix.rf-version != '3.1.2'
50+
if: matrix.python-version == '3.8' && matrix.rf-version != '3.2.2'
5151
run: |
5252
xvfb-run --auto-servernum python atest/run.py --zip chrome
5353
- name: Run tests with Selenium Grid
54-
if: matrix.python-version == '3.8' && matrix.rf-version == '3.1.2'
54+
if: matrix.python-version == '3.8' && matrix.rf-version == '3.2.2'
5555
run: |
5656
wget --no-verbose --output-document=./selenium-server-standalone.jar http://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.59.jar
5757
sudo chmod u+x ./selenium-server-standalone.jar

0 commit comments

Comments
 (0)