added PHP_VERSION for environment

This commit is contained in:
Your Name
2024-10-19 18:39:10 +03:00
parent 5eb9495529
commit b9541200da
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
PHP_VERSION="8.3"
GITEA_INSTANCE_BASE_URL="https://gitea.example.com"
GITEA_ACCESS_TOKEN="access_token"
GITEA_OWNER="owner"
GITEA_REPOSITORY="repository"
GITEA_PACKAGE_REGISTRY="composer"
GITEA_PACKAGE_REGISTRY="composer"

View File

@@ -1,5 +1,7 @@
PHP_VERSION="8.3"
GITEA_INSTANCE_BASE_URL="https://gitea.example.com"
GITEA_ACCESS_TOKEN="access_token"
GITEA_OWNER="owner"
GITEA_REPOSITORY="repository"
GITEA_PACKAGE_REGISTRY="composer"
GITEA_PACKAGE_REGISTRY="composer"