This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit 41ffbc7b54cd5427a87e63c8bc3c4c3c290e1161 Author: Shad Storhaug <[email protected]> AuthorDate: Wed Jan 26 04:23:56 2022 +0700 .github/workflows: Regenerated workflows for lucene-cli tests --- .github/workflows/Lucene-Net-Tests-Cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Lucene-Net-Tests-Cli.yml b/.github/workflows/Lucene-Net-Tests-Cli.yml index f78c5fe..e1a477d 100644 --- a/.github/workflows/Lucene-Net-Tests-Cli.yml +++ b/.github/workflows/Lucene-Net-Tests-Cli.yml @@ -70,7 +70,7 @@ jobs: fail-fast: false matrix: os: [windows-latest, ubuntu-latest] - framework: [net6.0] + framework: [net6.0, net5.0] platform: [x64] configuration: [Release] exclude:
