chore: Add Redis/APCu extensions to CI and update gitignore

- Add redis and apcu PHP extensions to release workflow for v0.4.0 storage support
- Add MARKETING.md to gitignore

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-02 16:18:21 +01:00
parent 898af5e9d2
commit f984e3eb23
2 changed files with 4 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ jobs:
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2
with: with:
php-version: '8.3' php-version: '8.3'
extensions: mbstring, xml, zip, intl, gettext extensions: mbstring, xml, zip, intl, gettext, redis, apcu
tools: composer:v2 tools: composer:v2
- name: Get version from tag - name: Get version from tag

3
.gitignore vendored
View File

@@ -4,3 +4,6 @@ wp-plugins
wp-core wp-core
vendor/ vendor/
releases/* releases/*
# Marketing texts (not for distribution)
MARKETING.md