Skip to content

Commit 420fc18

Browse files
committed
Bump dotnet
1 parent c7d3327 commit 420fc18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-make-target.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/setup-dotnet@v4
4646
if: inputs.plugin == 'rabbit'
4747
with:
48-
dotnet-version: '3.1.x'
48+
dotnet-version: '8.0'
4949

5050
- name: SETUP SLAPD (rabbitmq_auth_backend_ldap)
5151
if: inputs.plugin == 'rabbitmq_auth_backend_ldap'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "3.1"
3+
"version": "8.0"
44
}
55
}

0 commit comments

Comments
 (0)