diff options
author | Joas Schilling <coding@schilljs.com> | 2024-03-28 11:20:20 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-03-28 11:20:20 +0100 |
commit | 8722333737b862270bbe92afcb75920ab4f3f349 (patch) | |
tree | 58996b479f253d3fced6ae78ce8166580ae7d6d2 /.github/workflows/update-cacert-bundle.yml | |
parent | 28c8a46ef9e076015ae52335e71d9dd5f5432c5e (diff) | |
download | nextcloud-server-8722333737b862270bbe92afcb75920ab4f3f349.tar.gz nextcloud-server-8722333737b862270bbe92afcb75920ab4f3f349.zip |
fix(CI)!: Add stable29 to and remove stable26 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.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-cacert-bundle.yml b/.github/workflows/update-cacert-bundle.yml index 6fcd50c9585..8a37b19e5bd 100644 --- a/.github/workflows/update-cacert-bundle.yml +++ b/.github/workflows/update-cacert-bundle.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ["master", "stable28", "stable27", "stable26", "stable25", "stable24", "stable23", "stable22"] + branches: ["master", "stable29", "stable28", "stable27", "stable26", "stable25", "stable24", "stable23", "stable22"] name: update-ca-certificate-bundle-${{ matrix.branches }} |