We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b090f87 commit e5ad876Copy full SHA for e5ad876
.github/workflows/checks.yml
@@ -23,5 +23,14 @@ jobs:
23
git config --local user.name "AsyncAws Bot"
24
git commit -am "Allow unstable dependencies"
25
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
35
- name: Roave BC Check
- uses: docker://nyholm/roave-bc-check-ga
36
+ run: vendor/bin/roave-backward-compatibility-check
0 commit comments