Skip to content

Commit 4705064

Browse files
committed
fix: 8.2 requirement
1 parent ef0d21a commit 4705064

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/bc-check.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@ jobs:
1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: '8.1'
19+
php-version: '8.2'
2020
coverage: none
2121

2222
- name: Install dependencies
2323
run: composer install
2424

25+
- name: Install dependencies
26+
run: composer require --dev roave/backward-compatibility-check:^8.13
27+
2528
- name: Run bc-check
2629
run: composer bc-check -- --format=github-actions --from="origin/${{ github.base_ref }}"

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"php-http/curl-client": "^2.2",
4141
"phpstan/phpstan": "^1.10.14",
4242
"phpunit/phpunit": "^10.5",
43-
"roave/backward-compatibility-check": "^8.13",
4443
"symfony/http-client": ">=6.4.16",
4544
"symfony/polyfill-uuid": "^1.31"
4645
},

0 commit comments

Comments
 (0)