Skip to content

Bump StackExchange.Redis from 2.10.1 to 2.10.14 (#361) #675

Bump StackExchange.Redis from 2.10.1 to 2.10.14 (#361)

Bump StackExchange.Redis from 2.10.1 to 2.10.14 (#361) #675

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test-net10:
runs-on: ubuntu-latest
container: mcr.microsoft.com/dotnet/sdk:10.0
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: dotnet build
- name: Test
run: dotnet test