diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ea9e95aa61f..8f336e9e58b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ git clone git@github.com:/rector-src.git cd rector-src ``` -2. We use PHP 8.2 and composer +2. We use PHP 8.3 and composer Install dependencies and verify your local environment: diff --git a/Dockerfile b/Dockerfile index ed8e2a41465..446f4d3c9c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.2-cli-alpine +FROM php:8.3-cli-alpine WORKDIR /etc/rector diff --git a/README.md b/README.md index a922f5cc53d..49960ee5ef9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Head to [`rectorphp/rector`](http://github.com/rectorphp/rector) for documentati ## Building `rectorphp/rector` -Code of this repository requires PHP 8.2. For `rector/rector` package the builder downgrades code to PHP 7.4+. +Code of this repository requires PHP 8.3. For `rector/rector` package the builder downgrades code to PHP 7.4+.
diff --git a/templates/rector-github-action-check.yaml b/templates/rector-github-action-check.yaml index 2606a4241bf..b315f3c0820 100644 --- a/templates/rector-github-action-check.yaml +++ b/templates/rector-github-action-check.yaml @@ -19,7 +19,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: - php-version: 8.2 + php-version: 8.3 coverage: none - uses: "ramsey/composer-install@v3" diff --git a/templates/rector-gitlab-check.yaml b/templates/rector-gitlab-check.yaml index c622917b0d3..8ac3fb4c47c 100644 --- a/templates/rector-gitlab-check.yaml +++ b/templates/rector-gitlab-check.yaml @@ -6,7 +6,7 @@ stages: setup: stage: setup # see https://github.com/thecodingmachine/docker-images-php - image: thecodingmachine/php:8.2-v4-slim-cli + image: thecodingmachine/php:8.3-v4-slim-cli rector: stage: rector