Skip to content

Bump System.Text.Json from 5.0.0 to 8.0.4 in /Gw2Sharp #456

Bump System.Text.Json from 5.0.0 to 8.0.4 in /Gw2Sharp

Bump System.Text.Json from 5.0.0 to 8.0.4 in /Gw2Sharp #456

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
tags-ignore:
- v*
pull_request:
types: [opened, reopened, synchronize]
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- windows-2022
dotnet:
- net6.0
- net461
exclude:
- os: ubuntu-latest
dotnet: net461
steps:
- uses: actions/checkout@v2
- name: Run dotnet test
run: dotnet test -c Release -f ${{ matrix.dotnet }}