Skip to content

Commit bf5a5fd

Browse files
committed
raise in CI
1 parent 02b127e commit bf5a5fd

8 files changed

Lines changed: 8 additions & 8 deletions

.github/workflows/build_scoped_rector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
-
3939
uses: shivammathur/setup-php@v2
4040
with:
41-
php-version: 8.2
41+
php-version: 8.3
4242
coverage: none
4343

4444
# fixes https://github.com/rectorphp/rector/pull/4559/checks?check_run_id=1359814403, see https://github.com/shivammathur/setup-php#composer-github-oauth

.github/workflows/code_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
-
9090
uses: shivammathur/setup-php@v2
9191
with:
92-
php-version: 8.2
92+
php-version: 8.3
9393
coverage: none
9494

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

.github/workflows/code_analysis_no_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# see https://github.com/shivammathur/setup-php
1818
- uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: 8.2
20+
php-version: 8.3
2121
coverage: none
2222

2323
- run: |

.github/workflows/compat_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
-
1616
uses: shivammathur/setup-php@v2
1717
with:
18-
php-version: 8.2
18+
php-version: 8.3
1919
coverage: none
2020

2121
- run: composer create-project "rector/rector-compat-tests:dev-main" .

.github/workflows/e2e_command_with_option.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
-
2828
uses: shivammathur/setup-php@v2
2929
with:
30-
php-version: 8.2
30+
php-version: 8.3
3131
coverage: none
3232

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

.github/workflows/packages_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
-
4646
uses: shivammathur/setup-php@v2
4747
with:
48-
php-version: 8.2
48+
php-version: 8.3
4949
coverage: none
5050

5151
- run: composer config minimum-stability dev

.github/workflows/rector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: shivammathur/setup-php@v2
2626
with:
2727
# PHP 8.2 is required, so Rector's code is PHP 8.2 compatible even after refactoring
28-
php-version: 8.2
28+
php-version: 8.3
2929
coverage: none
3030

3131
- run: composer install --no-progress --ansi

.github/workflows/weekly_pull_requests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
-
4242
uses: shivammathur/setup-php@v2
4343
with:
44-
php-version: 8.2
44+
php-version: 8.3
4545
coverage: none
4646

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

0 commit comments

Comments
 (0)