Skip to content

Commit

Permalink
Text matrix CI server versions (#359)
Browse files Browse the repository at this point in the history
* Text matrix CI server versions

Branch names latest and main were both picking up the same development version.
Also release now picks the latest 2.9.x

* Branch as string

* Use exact versions for now
  • Loading branch information
mtmk authored Jan 26, 2024
1 parent 0fb3013 commit cd4b50a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
fail-fast: false
matrix:
config:
- branch: release/v2.9.23
- branch: latest
- branch: main
- branch: 'v2.9.22'
- branch: 'v2.10.9'
- branch: 'main'
runs-on: ubuntu-latest
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
fail-fast: false
matrix:
config:
- branch: release/v2.9.23
- branch: latest
- branch: main
- branch: 'v2.9.22'
- branch: 'v2.10.9'
- branch: 'main'
runs-on: ubuntu-latest
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
Expand Down Expand Up @@ -86,9 +86,9 @@ jobs:
fail-fast: false
matrix:
config:
- branch: release/v2.9.23
- branch: latest
- branch: main
- branch: 'v2.9.22'
- branch: 'v2.10.9'
- branch: 'main'
runs-on: windows-latest
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
Expand Down

0 comments on commit cd4b50a

Please sign in to comment.