Skip to content

Commit

Permalink
Fix githib actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Feb 5, 2023
1 parent f07bb44 commit a476e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.9, pypy3]
rf-version: [4.0.3, 4.1.2]
python-version: [3.7, 3.11]
rf-version: [5.0.1, 6.0.2]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a476e11

Please sign in to comment.