Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ git clone git@github.com:<your-name>/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:

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-cli-alpine
FROM php:8.3-cli-alpine

WORKDIR /etc/rector

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+.

<br>

Expand Down
2 changes: 1 addition & 1 deletion templates/rector-github-action-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion templates/rector-gitlab-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down