Skip to content

Commit

Permalink
Fix SVGO version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPropre committed Apr 20, 2021
1 parent 6ef352b commit a2960fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
sudo apt-get update -y
sudo apt-get install -y jpegoptim pngquant gifsicle optipng libjpeg-progs webp
sudo npm install -g svgo
sudo npm install -g svgo@1.3.2
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ before_script:
- sudo apt-get install optipng
- sudo apt-get install libjpeg-progs
- sudo apt-get install webp
- npm install -g svgo
- npm install -g svgo@1.3.2

script:
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
Expand Down

0 comments on commit a2960fb

Please sign in to comment.