Skip to content

Commit

Permalink
Fix requires openspout/openspout 4.20
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Nov 23, 2023
1 parent c1d94db commit a57ff81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
rm composer.lock
composer install
- name: Install openspout/openspout
- name: Install openspout/openspout 4.20
if: matrix.php == '8.2'
run: composer require openspout/openspout
run: composer require openspout/openspout 4.20

- name: Cypress
run: |
Expand Down

0 comments on commit a57ff81

Please sign in to comment.