@@ -4303,6 +4303,139 @@ jobs:
4303
4303
- name : Run tests
4304
4304
run : tox -e pypy3-test-instrumentation-redis -- -ra
4305
4305
4306
+ py38-test-instrumentation-valkey_ubuntu-latest :
4307
+ name : instrumentation-valkey 3.8 Ubuntu
4308
+ runs-on : ubuntu-latest
4309
+ timeout-minutes : 30
4310
+ steps :
4311
+ - name : Checkout repo @ SHA - ${{ github.sha }}
4312
+ uses : actions/checkout@v4
4313
+
4314
+ - name : Set up Python 3.8
4315
+ uses : actions/setup-python@v5
4316
+ with :
4317
+ python-version : " 3.8"
4318
+
4319
+ - name : Install tox
4320
+ run : pip install tox-uv
4321
+
4322
+ - name : Run tests
4323
+ run : tox -e py38-test-instrumentation-valkey -- -ra
4324
+
4325
+ py39-test-instrumentation-valkey_ubuntu-latest :
4326
+ name : instrumentation-valkey 3.9 Ubuntu
4327
+ runs-on : ubuntu-latest
4328
+ timeout-minutes : 30
4329
+ steps :
4330
+ - name : Checkout repo @ SHA - ${{ github.sha }}
4331
+ uses : actions/checkout@v4
4332
+
4333
+ - name : Set up Python 3.9
4334
+ uses : actions/setup-python@v5
4335
+ with :
4336
+ python-version : " 3.9"
4337
+
4338
+ - name : Install tox
4339
+ run : pip install tox-uv
4340
+
4341
+ - name : Run tests
4342
+ run : tox -e py39-test-instrumentation-valkey -- -ra
4343
+
4344
+ py310-test-instrumentation-valkey_ubuntu-latest :
4345
+ name : instrumentation-valkey 3.10 Ubuntu
4346
+ runs-on : ubuntu-latest
4347
+ timeout-minutes : 30
4348
+ steps :
4349
+ - name : Checkout repo @ SHA - ${{ github.sha }}
4350
+ uses : actions/checkout@v4
4351
+
4352
+ - name : Set up Python 3.10
4353
+ uses : actions/setup-python@v5
4354
+ with :
4355
+ python-version : " 3.10"
4356
+
4357
+ - name : Install tox
4358
+ run : pip install tox-uv
4359
+
4360
+ - name : Run tests
4361
+ run : tox -e py310-test-instrumentation-valkey -- -ra
4362
+
4363
+ py311-test-instrumentation-valkey_ubuntu-latest :
4364
+ name : instrumentation-valkey 3.11 Ubuntu
4365
+ runs-on : ubuntu-latest
4366
+ timeout-minutes : 30
4367
+ steps :
4368
+ - name : Checkout repo @ SHA - ${{ github.sha }}
4369
+ uses : actions/checkout@v4
4370
+
4371
+ - name : Set up Python 3.11
4372
+ uses : actions/setup-python@v5
4373
+ with :
4374
+ python-version : " 3.11"
4375
+
4376
+ - name : Install tox
4377
+ run : pip install tox-uv
4378
+
4379
+ - name : Run tests
4380
+ run : tox -e py311-test-instrumentation-valkey -- -ra
4381
+
4382
+ py312-test-instrumentation-valkey_ubuntu-latest :
4383
+ name : instrumentation-valkey 3.12 Ubuntu
4384
+ runs-on : ubuntu-latest
4385
+ timeout-minutes : 30
4386
+ steps :
4387
+ - name : Checkout repo @ SHA - ${{ github.sha }}
4388
+ uses : actions/checkout@v4
4389
+
4390
+ - name : Set up Python 3.12
4391
+ uses : actions/setup-python@v5
4392
+ with :
4393
+ python-version : " 3.12"
4394
+
4395
+ - name : Install tox
4396
+ run : pip install tox-uv
4397
+
4398
+ - name : Run tests
4399
+ run : tox -e py312-test-instrumentation-valkey -- -ra
4400
+
4401
+ py313-test-instrumentation-valkey_ubuntu-latest :
4402
+ name : instrumentation-valkey 3.13 Ubuntu
4403
+ runs-on : ubuntu-latest
4404
+ timeout-minutes : 30
4405
+ steps :
4406
+ - name : Checkout repo @ SHA - ${{ github.sha }}
4407
+ uses : actions/checkout@v4
4408
+
4409
+ - name : Set up Python 3.13
4410
+ uses : actions/setup-python@v5
4411
+ with :
4412
+ python-version : " 3.13"
4413
+
4414
+ - name : Install tox
4415
+ run : pip install tox-uv
4416
+
4417
+ - name : Run tests
4418
+ run : tox -e py313-test-instrumentation-valkey -- -ra
4419
+
4420
+ pypy3-test-instrumentation-valkey_ubuntu-latest :
4421
+ name : instrumentation-valkey pypy-3.8 Ubuntu
4422
+ runs-on : ubuntu-latest
4423
+ timeout-minutes : 30
4424
+ steps :
4425
+ - name : Checkout repo @ SHA - ${{ github.sha }}
4426
+ uses : actions/checkout@v4
4427
+
4428
+ - name : Set up Python pypy-3.8
4429
+ uses : actions/setup-python@v5
4430
+ with :
4431
+ python-version : " pypy-3.8"
4432
+
4433
+ - name : Install tox
4434
+ run : pip install tox-uv
4435
+
4436
+ - name : Run tests
4437
+ run : tox -e pypy3-test-instrumentation-valkey -- -ra
4438
+
4306
4439
py38-test-instrumentation-remoulade_ubuntu-latest :
4307
4440
name : instrumentation-remoulade 3.8 Ubuntu
4308
4441
runs-on : ubuntu-latest
0 commit comments