Skip to content

Commit

Permalink
CI: Update ImageMagick to 7.1.1-33
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed May 26, 2024
1 parent 0f520bd commit fefeabb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
ruby-version: ['3.0']
imagemagick-version:
- { full: 7.1.1-29, major-minor: '7.1' }
- { full: 7.1.1-33, major-minor: '7.1' }
name: Lint (Ruby ${{ matrix.ruby-version }}, ImageMagick ${{ matrix.imagemagick-version.major-minor }})
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
matrix:
ruby-version: ['3.0', '3.1', '3.2', '3.3']
imagemagick-version:
- { full: 7.1.1-29, major-minor: '7.1' }
- { full: 7.1.1-33, major-minor: '7.1' }
name: Ruby ${{ matrix.ruby-version }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fefeabb

Please sign in to comment.