Skip to content

Commit

Permalink
[Maintenance] Bump wkhtmltopdf version (#466)
Browse files Browse the repository at this point in the history
| Q               | A
| --------------- | -----
| Branch?         | 1.6
| Bug fix?        | no
| New feature?    | no
| Related tickets | CI Fix
https://github.com/Sylius/RefundPlugin/actions/runs/12325645737
  • Loading branch information
mpysiak authored Dec 16, 2024
2 parents bee0b74 + 0ea2aa4 commit d3168d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
mysql: ["8.4"]
postgres: ["15.8"]
node: ["20.x"]
wkhtmltopdf: ["0.12.6-1"]
wkhtmltopdf: ["0.12.6.1-2"]
state_machine_adapter: ["symfony_workflow"]

include:
Expand All @@ -45,7 +45,7 @@ jobs:
database: "mysql"
mysql: "8.4"
node: "20.x"
wkhtmltopdf: "0.12.6-1"
wkhtmltopdf: "0.12.6.1-2"
state_machine_adapter: "symfony_workflow"
-
php: "8.2"
Expand All @@ -54,7 +54,7 @@ jobs:
database: "mysql"
mysql: "8.4"
node: "20.x"
wkhtmltopdf: "0.12.6-1"
wkhtmltopdf: "0.12.6.1-2"
state_machine_adapter: "winzou_state_machine"
-
php: "8.2"
Expand Down Expand Up @@ -126,8 +126,8 @@ jobs:
if: matrix.wkhtmltopdf != false && steps.cache-wkhtmltopdf.outputs.cache-hit != 'true'
run: |
sudo apt-get install -y xfonts-base xfonts-75dpi
wget https://github.com/wkhtmltopdf/packaging/releases/download/${{ matrix.wkhtmltopdf }}/wkhtmltox_${{ matrix.wkhtmltopdf }}.focal_amd64.deb
sudo dpkg -i wkhtmltox_${{ matrix.wkhtmltopdf }}.focal_amd64.deb
wget https://github.com/wkhtmltopdf/packaging/releases/download/${{ matrix.wkhtmltopdf }}/wkhtmltox_${{ matrix.wkhtmltopdf }}.jammy_amd64.deb
sudo dpkg -i wkhtmltox_${{ matrix.wkhtmltopdf }}.jammy_amd64.deb
-
name: Disable PDF generation
Expand Down

0 comments on commit d3168d9

Please sign in to comment.