Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phpclub authored Aug 6, 2024
1 parent dd479da commit 0c591f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-24.04]
php: [5.4, 8.3, 8.3, 8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0, 5.6, 5.5]
php: [5.4, 8.3, 8.2, 8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0, 5.6, 5.5]
imagemagick: [
7.1.0-13,
7.0.10-27,
Expand Down Expand Up @@ -140,6 +140,7 @@ jobs:
sudo apt-get install -y fonts-urw-base35 || true
sudo apt-get install -y libfreetype6-dev || true
sudo apt-get install -y texlive-fonts-recommended || true
sudo apt-get install -y libmagickwand-6.q16-6 || true
- name: Cache ImageMagick
uses: actions/cache@v2
Expand Down

0 comments on commit 0c591f8

Please sign in to comment.