workflows: Replace 21.05 with 22.05

This commit is contained in:
Janne Heß 2022-05-23 19:57:42 +02:00
parent 3673f148b3
commit e728029b30
No known key found for this signature in database
GPG Key ID: 69165158F05265DF

View File

@ -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