Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: CI

# Generated by: horde-components 1.0.0-RC1
# Template version: 1.2.0
# Generated: 2026-06-18 18:42:54 UTC
# Template version: 1.4.0
# Generated: 2026-06-24 11:14:38 UTC
#
# DO NOT EDIT - Regenerate with: horde-components ci init
#
Expand All @@ -18,7 +18,12 @@ on:

jobs:
ci:
name: CI
runs-on: ubuntu-24.04
permissions:
contents: read
pull-requests: write
checks: write

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .horde.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ keywords:
vendor: horde
quality:
phpstan:
level: 3
level: 5
4 changes: 2 additions & 2 deletions bin/ci-bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
# Horde CI Bootstrap Script (GitHub Actions)
# Generated by: horde-components 1.0.0-RC1
# Template version: 1.2.0
# Generated: 2026-06-18 18:42:54 UTC
# Template version: 1.4.0
# Generated: 2026-06-24 11:14:38 UTC
#
# DO NOT EDIT - Regenerate with: horde-components ci init
#
Expand Down
Binary file modified ci-tools/horde-components.phar
Binary file not shown.
Loading