Skip to content

Commit 467edb7

Browse files
committed
Expanding out the version text matrix verifying we are still good across many versions
1 parent a8468c2 commit 467edb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
continue-on-error: true
1010
strategy:
1111
matrix:
12-
python-version: [3.13.0] # 3.9 pypy-3.9
12+
python-version: [3.9.23, 3.13.5] # pypy-3.9
1313
# python-version: [{earliest: 3.9}, {latest: 3.13.0}] # pypy-3.9
14-
rf-version: [7.2.2] # 6.1.1, 7.3.1
14+
rf-version: [6.1.1, 7.3.2]
1515
selenium-version: [4.28.1, 4.29.0, 4.30.0, 4.31.0, 4.32.0, 4.33.0]
1616
browser: [chrome] # firefox, chrome, headlesschrome, edge
1717

0 commit comments

Comments
 (0)