We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472c913 commit eaf52c5Copy full SHA for eaf52c5
.github/workflows/test.yaml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
15
name: Lint ${{ matrix.python-version }}
16
- runs-on: 'ubuntu-20.04'
+ runs-on: 'ubuntu-24.04'
17
container: python:${{ matrix.python-version }}
18
steps:
19
- name: Checkout code
@@ -29,7 +29,7 @@ jobs:
29
strategy:
30
31
python-version: ['3.10', '3.11', '3.12', '3.13']
32
- os: ['ubuntu-20.04']
+ os: ['ubuntu-24.04']
33
redis-version: [4, 5, "6.2.6", "7.0.9"]
34
redis-py-version: [3.3.0, 4.6.0]
35
# Do not cancel any jobs when a single job fails
0 commit comments