Skip to content

Commit 10216cb

Browse files
committed
update .github version
1 parent 91dd86e commit 10216cb

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.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_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/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

.github/workflows/rector.yaml

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

.github/workflows/tests.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', '8.3', '8.4', '8.5']
21+
php-versions: ['8.3', '8.4', '8.5']
2222

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

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
)
2626
->withAttributesSets()
2727
->withComposerBased(phpunit: true)
28-
->withPhpSets()
28+
->withPhpSets(php82: true)
2929
->withPaths([
3030
__DIR__ . '/bin',
3131
__DIR__ . '/config',

0 commit comments

Comments
 (0)