Skip to content

Commit

Permalink
Drop failing Linux tests.
Browse files Browse the repository at this point in the history
Linux + SQLite + .NET Framework aren't getting along.
  • Loading branch information
ejball committed Dec 31, 2023
1 parent 42937d1 commit 7d1e2c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [windows-latest, macos-latest]
steps:
- name: Install .NET
uses: actions/setup-dotnet@v3
Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageVersion Include="IndexRange" Version="1.0.2" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.1.2" />
<PackageVersion Include="Microsoft.Data.SQLite" Version="6.0.25" />
<PackageVersion Include="Microsoft.Data.SQLite" Version="8.0.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageVersion Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
<PackageVersion Include="MySqlConnector" Version="2.3.3" />
Expand Down

0 comments on commit 7d1e2c7

Please sign in to comment.