aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/update-cacert-bundle.yml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-08-14 09:54:58 +0200
committerJoas Schilling <coding@schilljs.com>2024-08-14 09:56:47 +0200
commit31b74bc671a7646bbbad69624023ce9dc572c893 (patch)
treed9fca98ff2d84d99ca6b121d298560225e8d4d7e /.github/workflows/update-cacert-bundle.yml
parent1044b7f0b90778705633e1d725373fc94d4107ad (diff)
downloadnextcloud-server-31b74bc671a7646bbbad69624023ce9dc572c893.tar.gz
nextcloud-server-31b74bc671a7646bbbad69624023ce9dc572c893.zip
fix(CI)!: Add stable30 to and remove stable27 from GitHub Actions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows/update-cacert-bundle.yml')
-rw-r--r--.github/workflows/update-cacert-bundle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-cacert-bundle.yml b/.github/workflows/update-cacert-bundle.yml
index bd268ed838d..29fe83e743f 100644
--- a/.github/workflows/update-cacert-bundle.yml
+++ b/.github/workflows/update-cacert-bundle.yml
@@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- branches: ['master', 'stable29', 'stable28', 'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22']
+ branches: ['master', 'stable30', 'stable29', 'stable28', 'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22']
name: update-ca-certificate-bundle-${{ matrix.branches }}