Skip to content

Commit 70e52d5

Browse files
committed
fixup! Remove RequireAssertConfigureValueObjectRectorRule as depends on context and common sense
1 parent a0e540c commit 70e52d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# see https://github.com/shivammathur/setup-php
4545
- uses: shivammathur/setup-php@v2
4646
with:
47-
php-version: 8.1
47+
php-version: 8.2
4848
coverage: none
4949

5050
# composer install cache - https://github.com/ramsey/composer-install

.github/workflows/downgraded_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
-
2121
uses: "shivammathur/setup-php@v2"
2222
with:
23-
php-version: 8.1
23+
php-version: 8.2
2424
coverage: none
2525

2626
# invoke patches

0 commit comments

Comments
 (0)