Skip to content

Commit

Permalink
gh workflow net60
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmisek committed Jun 2, 2024
1 parent 358c7ff commit 3cdc211
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 6.0.x
- name: Restore
run: dotnet restore
- name: Peachpie.Runtime.Tests
Expand All @@ -27,4 +27,3 @@ jobs:
# run: dotnet test ./src/Tests/Peachpie.ScriptTests --verbosity normal
- name: Build
run: dotnet build ./src/Peachpie.NET.Sdk/ -c Release --no-restore -p:VersionSuffix=ghaction${{github.run_number}}

0 comments on commit 3cdc211

Please sign in to comment.