Skip to content

Commit

Permalink
more csharp versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 3, 2024
1 parent 531f821 commit 16e465b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
net_version: [1, 2, 3, 4, 5, 6, 7, 8]
net_version: [5, 6, 7, 8]
os: [ubuntu-latest]
include:
- net_version: 6
Expand All @@ -23,6 +23,14 @@ jobs:
os: macos-13
- net_version: 6
os: windows-latest
- net_version: 1
os: ubuntu-20.04
- net_version: 2
os: ubuntu-20.04
- net_version: 3
os: ubuntu-20.04
- net_version: 4
os: ubuntu-20.04
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 16e465b

Please sign in to comment.