Skip to content

Commit

Permalink
Go to place with old pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
bak1an committed Oct 30, 2024
1 parent 9787e75 commit f7717cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
test:
name: redis ${{ matrix.redis-version }}
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
redis-version: [6, 7, '7.2', '7.4']
Expand All @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: LizardByte/setup-python-action@master
with:
python-version: '2.7'

Expand Down

0 comments on commit f7717cc

Please sign in to comment.