Skip to content

Commit e59041e

Browse files
authored
Update RF and Python versions (robotframework#70)
1 parent 268a86d commit e59041e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: [2.7, 3.6, 3.8, pypy3]
12-
rf-version: [3.1.2, 3.2.1]
11+
python-version: [2.7, 3.6, 3.9, pypy3]
12+
rf-version: [3.1.2, 3.2.2]
1313

1414
steps:
1515
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)