Parcourir la source

Update ci.yml

release/3.x.x
Christian il y a 3 ans
Parent
révision
180588c3a4
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. +3
    -3
      .github/workflows/ci.yml

+ 3
- 3
.github/workflows/ci.yml Voir le fichier

@@ -1,14 +1,14 @@
name: dotnet package
name: CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest
runs-on: windows-latest
strategy:
matrix:
dotnet-version: ['3.0', '3.1.x', '5.0.x', '6.0.x' ]
dotnet-version: ['6.0.x']

steps:
- uses: actions/checkout@v2


Chargement…
Annuler
Enregistrer