fix: change php version for deployment
This commit is contained in:
@@ -10,7 +10,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user