fix: change php version for deployment
This commit is contained in:
parent
b6ba7f24fe
commit
177d79ceb1
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue