Skip to content

Commit

Permalink
Fix build and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
MAXakaWIZARD committed Dec 19, 2023
1 parent c9c93c7 commit 7d75edc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
- php: '7.2'
- php: '7.3'
- php: '7.4'
deps: low
deps: 'low'
- php: '7.4'
psr-http-message-v1: yes
coverage: yes
deps: 'psr-http-message-v1'
coverage: 'yes'
- php: '8.0'
- php: '8.1'
- php: '8.2'
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
composer u -o -q --no-suggest --prefer-lowest
- name: Install psr/http-message v1
if: "psr-http-message-v1 == 'yes'"
if: "matrix.deps == 'psr-http-message-v1'"
run: |
composer u psr/http-message -o -q --no-suggest --prefer-lowest
Expand Down

0 comments on commit 7d75edc

Please sign in to comment.