diff --git a/Dockerfile b/Dockerfile index 703c659..e280566 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG PHP_CS_FIXER_VERSION -ARG PHP_VERSION=8.3 +ARG PHP_VERSION=8.2 FROM ghcr.io/php-cs-fixer/php-cs-fixer:${PHP_CS_FIXER_VERSION}-php${PHP_VERSION} diff --git a/ReadMe.md b/ReadMe.md index 7e8c4f2..94ccd74 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -60,7 +60,7 @@ jobs: ```bash docker build \ - --build-arg "PHP_VERSION=8.3" \ + --build-arg "PHP_VERSION=8.2" \ --build-arg "PHP_CS_FIXER_VERSION=3.54.0" \ --tag "erkenes/php-cs-fixer-action:local" \ . diff --git a/action.yml b/action.yml index b455c13..9075e3f 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ author: 'Enes Erk ' runs: using: 'docker' # x-release-please-start-version - image: 'docker://ghcr.io/erkenes/php-cs-fixer-action:php8.3-0.0.0' + image: 'docker://ghcr.io/erkenes/php-cs-fixer-action:php8.2-0.0.0' # x-release-please-end branding: diff --git a/release-please-config.json b/release-please-config.json index 92b1b3b..4a5082b 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,7 +1,7 @@ { "packages": { ".": { - "component": "php8.3", + "component": "php8.2", "include-component-in-tag": true, "release-type": "simple", "include-v-in-tag": false,