ci(actions): Update stable34

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2026-05-15 09:23:27 +02:00
parent 4c697c7877
commit 406c3002d8
No known key found for this signature in database
GPG key ID: F72FA5B49FFA96B0
3 changed files with 32 additions and 3 deletions

View file

@ -73,7 +73,8 @@ body:
options:
- "32"
- "33"
- "34 (master)"
- "34"
- "35 (master)"
validations:
required: true
- type: dropdown

View file

@ -17,7 +17,21 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['master', 'stable33', 'stable32', 'stable31', 'stable30', 'stable29', 'stable28', 'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22']
branches:
- ${{ github.event.repository.default_branch }}
- 'stable34'
- 'stable33'
- 'stable32'
- 'stable31'
- 'stable30'
- 'stable29'
- 'stable28'
- 'stable27'
- 'stable26'
- 'stable25'
- 'stable24'
- 'stable23'
- 'stable22'
name: update-ca-certificate-bundle-${{ matrix.branches }}

View file

@ -17,7 +17,21 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['master', 'stable33', 'stable32', 'stable31', 'stable30', 'stable29', 'stable28', 'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22']
branches:
- ${{ github.event.repository.default_branch }}
- 'stable34'
- 'stable33'
- 'stable32'
- 'stable31'
- 'stable30'
- 'stable29'
- 'stable28'
- 'stable27'
- 'stable26'
- 'stable25'
- 'stable24'
- 'stable23'
- 'stable22'
name: update-code-signing-crl-${{ matrix.branches }}