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 c26879a commit dd479da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ on:
jobs:
test_basic:
name: basic PHP ${{ matrix.php }} - I ${{ matrix.imagemagick }}
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
php: [ 5.4 ]
imagemagick: [
7.1.0-13,
6.9.2-0,
6.9.2-0
]

steps:
Expand All @@ -36,6 +36,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@v3
Expand Down

0 comments on commit dd479da

Please sign in to comment.