Merge remote-tracking branch 'origin/1.9.x' into bump-database-version

# Conflicts:
#	src/Appwrite/Event/Message/Usage.php
This commit is contained in:
Prem Palanisamy
2026-04-01 17:34:13 +02:00
41 changed files with 319 additions and 759 deletions
+9 -1
View File
@@ -150,8 +150,16 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress --ignore-platform-reqs
- name: Cache PHPStan result cache
uses: actions/cache@v4
with:
path: .phpstan-cache
key: phpstan-${{ github.sha }}
restore-keys: |
phpstan-
- name: Run PHPStan
run: composer analyze
run: composer analyze -- --no-progress
locale:
name: Checks / Locale