Skip to content

Commit

Permalink
CI: Remove composer.lock with incompatible PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed May 3, 2024
1 parent ae07f7e commit 7e20552
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
fail-fast: false
matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }}
steps:
- name: Remove composer.lock
if: matix.job.php > "8.2"
run: rm composer.lock
- name: ${{ matrix.name }}
uses: laminas/laminas-continuous-integration-action@v1
with:
Expand Down

0 comments on commit 7e20552

Please sign in to comment.