feat: deploy to production
Some checks failed
Build / build (push) Successful in 5m16s
Build / deploy-production (push) Failing after 2m24s
Build / deploy-stage (push) Failing after 2m3s
Build / switch-stage (push) Has been skipped

This commit is contained in:
2025-06-26 09:47:50 +02:00
parent 080bf9e186
commit b6ba7f24fe
2 changed files with 27 additions and 27 deletions

View File

@@ -6,7 +6,7 @@ on:
- 'v*.*' # Adjust this pattern based on your tagging
env:
PHP_VERSION: '8.3' # set this to the PHP version to use
PHP_VERSION: '8.4' # set this to the PHP version to use
COMPOSER_ALLOW_SUPERUSER: 1
permissions: