We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e15e8 commit c086a6fCopy full SHA for c086a6f
.github/workflows/phpunit.yml
@@ -27,15 +27,6 @@ jobs:
27
with:
28
php-version: 8.0
29
30
- - name: Cache Composer packages
31
- id: composer-cache
32
- uses: actions/cache@v3
33
- with:
34
- path: vendor
35
- key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
36
- restore-keys: |
37
- ${{ runner.os }}-php-
38
-
39
- name: Install dependencies
40
run: composer install --prefer-dist --no-progress
41
@@ -59,15 +50,6 @@ jobs:
59
50
60
51
61
52
62
63
64
65
66
67
68
69
70
71
53
72
54
73
55
0 commit comments