We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a28e358 commit cb84172Copy full SHA for cb84172
.github/workflows/dotnet.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- uses: actions/setup-dotnet@v1
28
with:
29
- dotnet-version: '8.0.x' # SDK Version to use; x will use the latest version of the 3.1 channel
+ dotnet-version: '9.0.x' # SDK Version to use; x will use the latest version of the 3.1 channel
30
31
- name: Start containers
32
run: docker compose -f "docker-compose.yml" up -d --build
0 commit comments