Skip to content

Commit a991938

Browse files
committed
Updated Rector to commit 52350dd9994e56a2b0c20706118d01291744c905
rectorphp/rector-src@52350dd Update left over PHP 8.2 -> PHP 8.3 in readme and configs (#7841)
1 parent 6984d13 commit a991938

File tree

4 files changed

+5
-5
lines changed

4 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 git@github.com:<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

src/Application/VersionResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ final class VersionResolver
1919
* @api
2020
* @var string
2121
*/
22-
public const PACKAGE_VERSION = '67d2bf0ab25d3a589e932684235ef78556665629';
22+
public const PACKAGE_VERSION = '52350dd9994e56a2b0c20706118d01291744c905';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2026-01-19 01:40:43';
27+
public const RELEASE_DATE = '2026-01-19 01:42:55';
2828
/**
2929
* @var int
3030
*/

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)