Merge branch 'main' into renovate/ghcr.io-renovatebot-renovate-43.x

This commit is contained in:
2026-02-03 08:54:21 +00:00
5 changed files with 24 additions and 131 deletions

View File

@@ -11,7 +11,7 @@ jobs:
steps:
- uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
php-version: "8.4"
- uses: actions/checkout@v3
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"