diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 458608f..fa5add0 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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: diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index b61e0bf..e433f47 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -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: