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:
|
||||
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue