Skip to content

Commit c9ff0d6

Browse files
zonuexeMichael Petri
authored andcommitted
Revert "CI: Remove composer.lock with incompatible PHP versions"
This reverts commit 41c0c4a.
1 parent 5e1d983 commit c9ff0d6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
fail-fast: false
2525
matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }}
2626
steps:
27-
- name: Remove composer.lock
28-
if: 'matrix.job.php > 8.2'
29-
run: rm composer.lock
3027
- name: ${{ matrix.name }}
3128
uses: laminas/laminas-continuous-integration-action@v1
3229
with:

0 commit comments

Comments
 (0)