aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-05-31 18:01:36 +0000
committerGitHub <noreply@github.com>2023-05-31 18:01:36 +0000
commit781ed8a9cdbb72ab639e73f52219b7d96fa6ec86 (patch)
tree48d08d2e0f2ed3b4cdd501e02c64535791ca40bd /.github/workflows
parent01fa3f2e72196250e5552b204d2197583c231075 (diff)
parent963c8e340bcea8339a0bfda02c44dfbedde42383 (diff)
Merge #756
756: v2.0 release r=datdenkikniet a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com> Co-authored-by: datdenkikniet <jcdra1@gmail.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ad0f5ed..5cb794b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -12,9 +12,10 @@ on:
env:
CARGO_TERM_COLOR: always
DEV_VERSION: 2
- STABLE_VERSION: 1
- OLDSTABLE_VERSION: 0.5
- OLDOLDSTABLE_VERSION: 0.4
+ STABLE_VERSION: 2
+ OLDSTABLE_VERSION: 1
+ OLDOLDSTABLE_VERSION: 0.5
+ OLDOLDOLDSTABLE_VERSION: 0.4
jobs:
# Run cargo xtask format-check