Skip to content

Commit 7e20552

Browse files
committed
CI: Remove composer.lock with incompatible PHP versions
1 parent ae07f7e commit 7e20552

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: matix.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)