-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a0c3bc
commit 8e06998
Showing
6 changed files
with
17 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ jobs: | |
- name: Setup | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 7.x | ||
dotnet-version: 8.x | ||
|
||
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java). | ||
# If this step fails, then you should remove it and run the build manually (see below) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,13 +12,13 @@ jobs: | |
timeout-minutes: 5 | ||
steps: | ||
- name: Pull zeebe | ||
run: docker pull camunda/zeebe:8.3.0 | ||
run: docker pull camunda/zeebe:8.4.0 | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Setup | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 7.x | ||
dotnet-version: 8.x | ||
- name: Build | ||
run: dotnet build --configuration Release | ||
- name: Test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,13 +9,13 @@ jobs: | |
timeout-minutes: 5 | ||
steps: | ||
- name: Pull zeebe | ||
run: docker pull camunda/zeebe:8.3.0 | ||
run: docker pull camunda/zeebe:8.4.0 | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Setup | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 7.x | ||
dotnet-version: 8.x | ||
- name: Verify commit exists in origin/main | ||
run: | | ||
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,13 +9,13 @@ jobs: | |
timeout-minutes: 5 | ||
steps: | ||
- name: Pull zeebe | ||
run: docker pull camunda/zeebe:8.3.0 | ||
run: docker pull camunda/zeebe:8.4.0 | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Setup | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 7.x | ||
dotnet-version: 8.x | ||
- name: Set VERSION variable from tag | ||
run: echo "VERSION=${GITHUB_REF/refs\/tags\/}" >> $GITHUB_ENV | ||
- name: Pack | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters