We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda7155 commit fa89a5bCopy full SHA for fa89a5b
.github/workflows/pre-release-tests.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup .NET Core
18
uses: actions/setup-dotnet@v4
19
with:
20
- dotnet-version: 3.1.101
+ dotnet-version: 8.x
21
- name: Get the latest Meilisearch RC
22
run: echo "MEILISEARCH_VERSION=$(curl https://raw.githubusercontent.com/meilisearch/integration-guides/main/scripts/get-latest-meilisearch-rc.sh | bash)" >> $GITHUB_ENV
23
- name: Meilisearch (${{ env.MEILISEARCH_VERSION }}) setup with Docker
docker-compose.yml
@@ -5,7 +5,7 @@ volumes:
5
6
services:
7
package:
8
- image: mcr.microsoft.com/dotnet/sdk:6.0
+ image: mcr.microsoft.com/dotnet/sdk:8.0
9
tty: true
10
stdin_open: true
11
working_dir: /home/package
0 commit comments