fix: change php version for deployment
Some checks failed
Build / build (push) Successful in 4m11s
Build / deploy-stage (push) Successful in 3m6s
Build / switch-stage (push) Successful in 2m4s
Build / deploy-production (push) Failing after 3m13s

This commit is contained in:
2025-06-26 10:04:43 +02:00
parent b6ba7f24fe
commit 177d79ceb1
2 changed files with 2 additions and 2 deletions

View File

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