Skip to content

Commit

Permalink
Use GHA without docker to run BC-Checks (#1438)
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse committed Jun 13, 2023
1 parent 1545ef2 commit 9578a9b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,14 @@ jobs:
git config --local user.name "AsyncAws Bot"
git commit -am "Allow unstable dependencies"
- name: Install PHP with extensions
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
tools: composer:v2

- name: Install roave/backward-compatibility-check
run: composer require --dev roave/backward-compatibility-check

- name: Roave BC Check
uses: docker://nyholm/roave-bc-check-ga
run: vendor/bin/roave-backward-compatibility-check

0 comments on commit 9578a9b

Please sign in to comment.