Skip to content

Commit a8bb550

Browse files
authored
bump to PHP 8.3 + update deps + allow it in CI (#7838)
* bump to PHP 8.3 + update deps * raise in CI * bump PHPUnit to 12 * remove PHPUnit 12 depre * update .github version
1 parent f1c5104 commit a8bb550

16 files changed

+22
-24
lines changed

.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.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
php_version: ['8.2']
25+
php_version: ['8.3']
2626
directory:
2727
- 'e2e/applied-auto-import'
2828
- 'e2e/applied-polyfill-php80'

.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/e2e_with_cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
php_version: ['8.2']
25+
php_version: ['8.3']
2626
directory:
2727
- 'e2e/applied-rule-removed-node-with-cache'
2828
- 'e2e/timeout-file-not-cached'

.github/workflows/e2e_with_no_diffs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
php_version: ['8.2']
25+
php_version: ['8.3']
2626
directory:
2727
- 'e2e/applied-rule-removed-node-no-diffs'
2828

.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/phpstan_printer_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest, windows-latest]
21-
php-versions: ['8.2']
21+
php-versions: ['8.3']
2222

2323
runs-on: ${{ matrix.os }}
2424
timeout-minutes: 3

0 commit comments

Comments
 (0)