Skip to content

Commit

Permalink
limit to 2+
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 3, 2024
1 parent 16e465b commit 4fe2806
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
10 changes: 1 addition & 9 deletions .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: [5, 6, 7, 8]
net_version: [2, 3, 5, 6, 7, 8, 9]
os: [ubuntu-latest]
include:
- net_version: 6
Expand All @@ -23,14 +23,6 @@ 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
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ LivInTheLookingGlass’s Project Euler solutions
| | ``msvc``, |br| | | |
| | ``pcc``, ``tcc`` | | |
+------------+---------------------+--------------+--------------+
| C# | .NET 5+ | 1 / |total| | |C#| |
| C# | .NET 2+ | 1 / |total| | |C#| |
+------------+---------------------+--------------+--------------+
| JavaScript | Node 12+ | 2 / |total| | |JavaScript| |
+------------+---------------------+--------------+--------------+
Expand Down
3 changes: 1 addition & 2 deletions csharp/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ C# Section

|C# Check|

All problems are solved in .NET 5, though an effort is made to support
other versions.
All problems are solved in .NET 2+.

Organization
------------
Expand Down

0 comments on commit 4fe2806

Please sign in to comment.