Skip to content

Commit 2fb92f3

Browse files
(#181) Update workflow file to add in .NET 9.0
1 parent d9bd997 commit 2fb92f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
build:
3636
name: Build, Test, and Release
3737
runs-on: ubuntu-latest
38-
38+
3939
steps:
4040
- name: Set Time Zone to Europe/London
4141
shell: pwsh
@@ -60,12 +60,12 @@ jobs:
6060
echo "Is Stable: $STRAVAIG_IS_STABLE"
6161
6262
- uses: actions/setup-dotnet@v4
63-
name: Setup .NET 6.0, 7.0 & 8.0
63+
name: Setup .NET 6.0, 8.0 & 9.0
6464
with:
6565
dotnet-version: |
6666
6.0.x
67-
7.0.x
6867
8.0.x
68+
9.0.x
6969
7070
- name: .NET State
7171
run: dotnet --info
@@ -181,4 +181,4 @@ jobs:
181181
message: "[bot] Post v${{ env.STRAVAIG_PACKAGE_FULL_VERSION }} release updates & bump version."
182182
push: true
183183
env:
184-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
184+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)