Skip to content

Commit f44758f

Browse files
committed
CI: Remove composer.lock with incompatible PHP versions
1 parent a26f4c6 commit f44758f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ 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
2730
- name: ${{ matrix.name }}
2831
uses: laminas/laminas-continuous-integration-action@v1
2932
with:

0 commit comments

Comments
 (0)