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 ba4c0b9 commit 6bbe759Copy full SHA for 6bbe759
.github/workflows/pr.yml
@@ -30,7 +30,6 @@ jobs:
30
with:
31
path: |
32
~/.composer/cache
33
- vendor
34
key: "php-${{ matrix.php-version }}-locked"
35
restore-keys: "php-${{ matrix.php-version }}-locked"
36
- name: "Install locked dependencies"
@@ -62,7 +61,6 @@ jobs:
62
61
63
64
65
66
67
68
@@ -98,7 +96,6 @@ jobs:
98
96
99
97
100
101
102
103
restore-keys: "php-${{ matrix.php-version }}-${{ matrix.dependencies }}"
104
- name: "Install lowest dependencies"
0 commit comments