Skip to content

Commit

Permalink
Update ImageMagick to 6.9.12-56 and 7.1.0-41 (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Jul 9, 2022
1 parent 97b6fb2 commit c97f107
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -34,8 +34,8 @@ jobs:
imagemagick-version:
- { full: 6.7.7-10, major-minor: '6.7' }
- { full: 6.8.9-10, major-minor: '6.8' }
- { full: 6.9.12-37, major-minor: '6.9' }
- { full: 7.1.0-22, major-minor: '7.0' }
- { full: 6.9.12-56, major-minor: '6.9' }
- { full: 7.1.0-41, major-minor: '7.0' }

name: Linux, Ruby ${{ matrix.ruby-version }}, IM ${{ matrix.imagemagick-version.major-minor }}
steps:
Expand All @@ -60,8 +60,8 @@ jobs:
matrix:
ruby-version: ['2.6', '2.7', '3.0', '3.1']
imagemagick-version:
- { full: 6.9.12-37, major-minor: '6.9' }
- { full: 7.1.0-22, major-minor: '7.0' }
- { full: 6.9.12-56, major-minor: '6.9' }
- { full: 7.1.0-41, major-minor: '7.0' }

name: macOS, Ruby ${{ matrix.ruby-version }}, IM ${{ matrix.imagemagick-version.major-minor }}
steps:
Expand Down

0 comments on commit c97f107

Please sign in to comment.