We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcaefac commit 2afec65Copy full SHA for 2afec65
.github/workflows/backward-compatibility.yml
@@ -25,14 +25,11 @@ jobs:
25
uses: "shivammathur/setup-php@v2"
26
with:
27
coverage: "none"
28
- php-version: "7.4"
+ php-version: "8.3"
29
30
- name: "Install dependencies"
31
run: "composer install --no-dev --no-interaction --no-progress --no-suggest"
32
33
- - name: "allow composer plugins"
34
- run: "composer config --no-plugins --global allow-plugins.ocramius/package-versions true"
35
-
36
- name: "Install BackwardCompatibilityCheck"
37
run: "composer global require --dev roave/backward-compatibility-check"
38
0 commit comments