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 7b89aaa commit 046ce66Copy full SHA for 046ce66
.github/workflows/static-analysis.yml
@@ -13,11 +13,6 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v2
16
- - name: Cache Composer dependencies
17
- uses: actions/cache@v2
18
- with:
19
- path: /tmp/composer-cache
20
- key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
21
- uses: php-actions/composer@v6
22
with:
23
progress: yes
.github/workflows/tests.yml
@@ -28,11 +28,6 @@ jobs:
28
29
30
31
32
33
34
35
36
37
38
0 commit comments