Skip to content

Commit e5ad876

Browse files
authored
Use GHA without docker to run BC-Checks (#1438)
1 parent b090f87 commit e5ad876

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/checks.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,14 @@ jobs:
2323
git config --local user.name "AsyncAws Bot"
2424
git commit -am "Allow unstable dependencies"
2525
26+
- name: Install PHP with extensions
27+
uses: shivammathur/setup-php@v2
28+
with:
29+
php-version: 8.2
30+
tools: composer:v2
31+
32+
- name: Install roave/backward-compatibility-check
33+
run: composer require --dev roave/backward-compatibility-check
34+
2635
- name: Roave BC Check
27-
uses: docker://nyholm/roave-bc-check-ga
36+
run: vendor/bin/roave-backward-compatibility-check

0 commit comments

Comments
 (0)