summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2022-05-23 19:57:42 +0200
committerJanne Heß <janne@hess.ooo>2022-05-23 19:57:42 +0200
commite728029b3070c170a87273ccc873b18e492fcc93 (patch)
tree1eb7c6d50a8d552e56abe973e01447e2c651afa9 /.github
parent3673f148b3e71f8dafdb11ba0335253d5659ff9f (diff)
workflows: Replace 21.05 with 22.05
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/periodic-merge-24h.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/periodic-merge-24h.yml b/.github/workflows/periodic-merge-24h.yml
index 027c63aad9a2..da785a8d162b 100644
--- a/.github/workflows/periodic-merge-24h.yml
+++ b/.github/workflows/periodic-merge-24h.yml
@@ -28,14 +28,14 @@ jobs:
pairs:
- from: master
into: haskell-updates
- - from: release-21.05
- into: staging-next-21.05
- - from: staging-next-21.05
- into: staging-21.05
- from: release-21.11
into: staging-next-21.11
- from: staging-next-21.11
into: staging-21.11
+ - from: release-22.05
+ into: staging-next-22.05
+ - from: staging-next-22.05
+ into: staging-22.05
name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }}
steps:
- uses: actions/checkout@v3