Skip to content

Commit

Permalink
.github/workflows/Lucene-Net-Tests-CodeAnalysis.yml: Updated to test …
Browse files Browse the repository at this point in the history
…on net8.0
  • Loading branch information
NightOwl888 committed Aug 15, 2024
1 parent 56630d1 commit ec838a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-CodeAnalysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
framework: [net5.0]
framework: [net8.0]
platform: [x64]
configuration: [Release]
exclude:
Expand Down

0 comments on commit ec838a0

Please sign in to comment.