Skip to content

Commit

Permalink
Regenerate github test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirwin committed Nov 28, 2024
1 parent b2645a6 commit ebb105d
Show file tree
Hide file tree
Showing 35 changed files with 208 additions and 33 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/Lucene-Net-Tests-AllProjects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
framework: [net8.0, net6.0, net48, net472]
framework: [net9.0, net8.0, net6.0, net48, net472]
platform: [x64]
configuration: [Release]
exclude:
Expand Down Expand Up @@ -111,6 +111,11 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Setup .NET 9 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'

- name: Setup Environment Variables
run: |
$project_name = [System.IO.Path]::GetFileNameWithoutExtension($env:project_path)
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/Lucene-Net-Tests-Analysis-Common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
framework: [net8.0, net6.0, net48, net472]
framework: [net9.0, net8.0, net6.0, net48, net472]
platform: [x64]
configuration: [Release]
exclude:
Expand Down Expand Up @@ -95,6 +95,11 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Setup .NET 9 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'

- name: Setup Environment Variables
run: |
$project_name = [System.IO.Path]::GetFileNameWithoutExtension($env:project_path)
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/Lucene-Net-Tests-Analysis-Kuromoji.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
framework: [net8.0, net6.0, net48, net472]
framework: [net9.0, net8.0, net6.0, net48, net472]
platform: [x64]
configuration: [Release]
exclude:
Expand Down Expand Up @@ -92,6 +92,11 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Setup .NET 9 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'

- name: Setup Environment Variables
run: |
$project_name = [System.IO.Path]::GetFileNameWithoutExtension($env:project_path)
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/Lucene-Net-Tests-Analysis-Morfologik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
framework: [net8.0, net6.0, net48, net472]
framework: [net9.0, net8.0, net6.0, net48, net472]
platform: [x64]
configuration: [Release]
exclude:
Expand Down Expand Up @@ -92,6 +92,11 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Setup .NET 9 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'

- name: Setup Environment Variables
run: |
$project_name = [System.IO.Path]::GetFileNameWithoutExtension($env:project_path)
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/Lucene-Net-Tests-Analysis-OpenNLP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
framework: [net8.0, net48]
framework: [net9.0, net8.0, net48]
platform: [x64]
configuration: [Release]
exclude:
Expand Down Expand Up @@ -95,6 +95,11 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Setup .NET 9 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'

- name: Setup Environment Variables
run: |
$project_name = [System.IO.Path]::GetFileNameWithoutExtension($env:project_path)
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/Lucene-Net-Tests-Analysis-Phonetic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
framework: [net8.0, net6.0, net48, net472]
framework: [net9.0, net8.0, net6.0, net48, net472]
platform: [x64]
configuration: [Release]
exclude:
Expand Down Expand Up @@ -89,6 +89,11 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Setup .NET 9 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'

- name: Setup Environment Variables
run: |
$project_name = [System.IO.Path]::GetFileNameWithoutExtension($env:project_path)
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/Lucene-Net-Tests-Analysis-SmartCn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
framework: [net8.0, net6.0, net48, net472]
framework: [net9.0, net8.0, net6.0, net48, net472]
platform: [x64]
configuration: [Release]
exclude:
Expand Down Expand Up @@ -93,6 +93,11 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Setup .NET 9 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'

- name: Setup Environment Variables
run: |
$project_name = [System.IO.Path]::GetFileNameWithoutExtension($env:project_path)
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/Lucene-Net-Tests-Analysis-Stempel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
framework: [net8.0, net6.0, net48, net472]
framework: [net9.0, net8.0, net6.0, net48, net472]
platform: [x64]
configuration: [Release]
exclude:
Expand Down Expand Up @@ -90,6 +90,11 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Setup .NET 9 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'

- name: Setup Environment Variables
run: |
$project_name = [System.IO.Path]::GetFileNameWithoutExtension($env:project_path)
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/Lucene-Net-Tests-Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
framework: [net8.0, net6.0, net48, net472]
framework: [net9.0, net8.0, net6.0, net48, net472]
platform: [x64]
configuration: [Release]
exclude:
Expand Down Expand Up @@ -102,6 +102,11 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Setup .NET 9 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'

- name: Setup Environment Variables
run: |
$project_name = [System.IO.Path]::GetFileNameWithoutExtension($env:project_path)
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/Lucene-Net-Tests-Classification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
framework: [net8.0, net6.0, net48, net472]
framework: [net9.0, net8.0, net6.0, net48, net472]
platform: [x64]
configuration: [Release]
exclude:
Expand Down Expand Up @@ -90,6 +90,11 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Setup .NET 9 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'

- name: Setup Environment Variables
run: |
$project_name = [System.IO.Path]::GetFileNameWithoutExtension($env:project_path)
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/Lucene-Net-Tests-Cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Setup .NET 9 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'

- name: Setup Environment Variables
run: |
$project_name = [System.IO.Path]::GetFileNameWithoutExtension($env:project_path)
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/Lucene-Net-Tests-CodeAnalysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Setup .NET 9 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'

- name: Setup Environment Variables
run: |
$project_name = [System.IO.Path]::GetFileNameWithoutExtension($env:project_path)
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/Lucene-Net-Tests-Codecs.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: [net8.0, net6.0, net48, net472]
framework: [net9.0, net8.0, net6.0, net48, net472]
platform: [x64]
configuration: [Release]
exclude:
Expand Down Expand Up @@ -88,6 +88,11 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Setup .NET 9 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'

- name: Setup Environment Variables
run: |
$project_name = [System.IO.Path]::GetFileNameWithoutExtension($env:project_path)
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/Lucene-Net-Tests-Demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
framework: [net8.0, net6.0, net48, net472]
framework: [net9.0, net8.0, net6.0, net48, net472]
platform: [x64]
configuration: [Release]
exclude:
Expand Down Expand Up @@ -97,6 +97,11 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Setup .NET 9 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'

- name: Setup Environment Variables
run: |
$project_name = [System.IO.Path]::GetFileNameWithoutExtension($env:project_path)
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/Lucene-Net-Tests-Expressions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
framework: [net8.0, net6.0, net48, net472]
framework: [net9.0, net8.0, net6.0, net48, net472]
platform: [x64]
configuration: [Release]
exclude:
Expand Down Expand Up @@ -90,6 +90,11 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Setup .NET 9 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'

- name: Setup Environment Variables
run: |
$project_name = [System.IO.Path]::GetFileNameWithoutExtension($env:project_path)
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/Lucene-Net-Tests-Facet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
framework: [net8.0, net6.0, net48, net472]
framework: [net9.0, net8.0, net6.0, net48, net472]
platform: [x64]
configuration: [Release]
exclude:
Expand Down Expand Up @@ -92,6 +92,11 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Setup .NET 9 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'

- name: Setup Environment Variables
run: |
$project_name = [System.IO.Path]::GetFileNameWithoutExtension($env:project_path)
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/Lucene-Net-Tests-Grouping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
framework: [net8.0, net6.0, net48, net472]
framework: [net9.0, net8.0, net6.0, net48, net472]
platform: [x64]
configuration: [Release]
exclude:
Expand Down Expand Up @@ -90,6 +90,11 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Setup .NET 9 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'

- name: Setup Environment Variables
run: |
$project_name = [System.IO.Path]::GetFileNameWithoutExtension($env:project_path)
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/Lucene-Net-Tests-Highlighter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
framework: [net8.0, net6.0, net48, net472]
framework: [net9.0, net8.0, net6.0, net48, net472]
platform: [x64]
configuration: [Release]
exclude:
Expand Down Expand Up @@ -92,6 +92,11 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Setup .NET 9 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'

- name: Setup Environment Variables
run: |
$project_name = [System.IO.Path]::GetFileNameWithoutExtension($env:project_path)
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/Lucene-Net-Tests-ICU.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
framework: [net8.0, net6.0, net48, net472]
framework: [net9.0, net8.0, net6.0, net48, net472]
platform: [x64]
configuration: [Release]
exclude:
Expand Down Expand Up @@ -105,6 +105,11 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Setup .NET 9 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'

- name: Setup Environment Variables
run: |
$project_name = [System.IO.Path]::GetFileNameWithoutExtension($env:project_path)
Expand Down
Loading

0 comments on commit ebb105d

Please sign in to comment.