Skip to content

Commit fa89a5b

Browse files
authored
Docker compose and pre-release tests to net 8 (#618)
* docker to net 8 * pre-release test to net 8
1 parent bda7155 commit fa89a5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/pre-release-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup .NET Core
1818
uses: actions/setup-dotnet@v4
1919
with:
20-
dotnet-version: 3.1.101
20+
dotnet-version: 8.x
2121
- name: Get the latest Meilisearch RC
2222
run: echo "MEILISEARCH_VERSION=$(curl https://raw.githubusercontent.com/meilisearch/integration-guides/main/scripts/get-latest-meilisearch-rc.sh | bash)" >> $GITHUB_ENV
2323
- name: Meilisearch (${{ env.MEILISEARCH_VERSION }}) setup with Docker

Diff for: docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ volumes:
55

66
services:
77
package:
8-
image: mcr.microsoft.com/dotnet/sdk:6.0
8+
image: mcr.microsoft.com/dotnet/sdk:8.0
99
tty: true
1010
stdin_open: true
1111
working_dir: /home/package

0 commit comments

Comments
 (0)