ci: test something

Signed-off-by: Timothy Schenk <admin@rainote.dev>
This commit is contained in:
Timothy Schenk 2025-01-16 14:34:17 +01:00
parent 3a24dabdf2
commit 9286c9fe98
Signed by: rainote
SSH key fingerprint: SHA256:pnkNSDwpAnaip00xaZlVFHKKsS7T8UtOomMzvs0yITE
2 changed files with 154 additions and 154 deletions

View file

@ -188,8 +188,8 @@ jobs:
uses: https://github.com/actions/setup-dotnet@v3 uses: https://github.com/actions/setup-dotnet@v3
with: with:
dotnet-version: | dotnet-version: |
7.0 9.0
8.0 dotnet-quality: preview
- name: Install dependencies - name: Install dependencies
run: | run: |
dotnet restore dotnet restore

View file

@ -1,4 +1,4 @@
name: PR Workflow name: PR Workflow
run-name: ${{ gitea.actor }} PR related workflow run-name: ${{ gitea.actor }} PR related workflow
on: on:
pull_request: pull_request:
@ -152,8 +152,8 @@ jobs:
uses: https://github.com/actions/setup-dotnet@v3 uses: https://github.com/actions/setup-dotnet@v3
with: with:
dotnet-version: | dotnet-version: |
7.0 9.0
8.0 dotnet-quality: preview
- name: Install dependencies - name: Install dependencies
run: | run: |
dotnet restore dotnet restore