Skip to content

Commit

Permalink
[Maintenance] Bump wkhtmltopdf version (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak authored Dec 16, 2024
2 parents 7c7efa6 + 5123e04 commit 7474af5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node: ["20.x"]
postgres: ["15.8"]
database: ["mysql", "postgres"]
wkhtmltopdf: ["0.12.6-1"]
wkhtmltopdf: ["0.12.6.1-2"]
state_machine_adapter: ["symfony_workflow"]

include:
Expand All @@ -37,7 +37,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 @@ -46,7 +46,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 @@ -127,8 +127,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 7474af5

Please sign in to comment.