fix: change php version for deployment
This commit is contained in:
@@ -10,7 +10,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
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
|
COMPOSER_ALLOW_SUPERUSER: 1
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ on:
|
|||||||
- 'v*.*' # Adjust this pattern based on your tagging
|
- 'v*.*' # Adjust this pattern based on your tagging
|
||||||
|
|
||||||
env:
|
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
|
COMPOSER_ALLOW_SUPERUSER: 1
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user