diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff8398a..205f85d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 # @@ -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 diff --git a/.horde.yml b/.horde.yml index 3501df4..af6e377 100644 --- a/.horde.yml +++ b/.horde.yml @@ -43,4 +43,4 @@ keywords: vendor: horde quality: phpstan: - level: 3 \ No newline at end of file + level: 5 \ No newline at end of file diff --git a/bin/ci-bootstrap.sh b/bin/ci-bootstrap.sh index 1378865..1bb4b15 100755 --- a/bin/ci-bootstrap.sh +++ b/bin/ci-bootstrap.sh @@ -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 # diff --git a/ci-tools/horde-components.phar b/ci-tools/horde-components.phar index 652d0cd..cc41c08 100755 Binary files a/ci-tools/horde-components.phar and b/ci-tools/horde-components.phar differ