Skip to content

Commit 52350dd

Browse files
authored
Update left over PHP 8.2 -> PHP 8.3 in readme and configs (#7841)
1 parent 67d2bf0 commit 52350dd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ git clone [email protected]:<your-name>/rector-src.git
1111
cd rector-src
1212
```
1313

14-
2. We use PHP 8.2 and composer
14+
2. We use PHP 8.3 and composer
1515

1616
Install dependencies and verify your local environment:
1717

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.2-cli-alpine
1+
FROM php:8.3-cli-alpine
22

33
WORKDIR /etc/rector
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Head to [`rectorphp/rector`](http://github.com/rectorphp/rector) for documentati
1111

1212
## Building `rectorphp/rector`
1313

14-
Code of this repository requires PHP 8.2. For `rector/rector` package the builder downgrades code to PHP 7.4+.
14+
Code of this repository requires PHP 8.3. For `rector/rector` package the builder downgrades code to PHP 7.4+.
1515

1616
<br>
1717

templates/rector-github-action-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
-
2020
uses: shivammathur/setup-php@v2
2121
with:
22-
php-version: 8.2
22+
php-version: 8.3
2323
coverage: none
2424

2525
- uses: "ramsey/composer-install@v3"

templates/rector-gitlab-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ stages:
66
setup:
77
stage: setup
88
# see https://github.com/thecodingmachine/docker-images-php
9-
image: thecodingmachine/php:8.2-v4-slim-cli
9+
image: thecodingmachine/php:8.3-v4-slim-cli
1010

1111
rector:
1212
stage: rector

0 commit comments

Comments
 (0)