We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3c14d commit eeef23bCopy full SHA for eeef23b
.github/workflows/action.yml
@@ -120,7 +120,7 @@ jobs:
120
uses: shivammathur/setup-php@v2
121
with:
122
php-version: '7.4'
123
- tools: composer:v2, pecl
+ tools: composer:v2.1.14, pecl
124
extensions: ast, bcmath, gd
125
coverage: none
126
.github/workflows/ide.yml
@@ -76,7 +76,7 @@ jobs:
76
77
- name: Archive inspection results
78
if: always()
79
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v2
80
81
name: inspection-results
82
path: output
0 commit comments