Skip to content

Commit

Permalink
CI: Update ImageMagick to 7.1.1-33 (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 authored May 26, 2024
1 parent 0f520bd commit 4949623
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ADD gruff.gemspec /tmp/gruff/gruff.gemspec
ADD lib /tmp/gruff/lib/
ADD before_install_linux.sh /tmp/gruff/before_install_linux.sh

ENV IMAGEMAGICK_VERSION 7.1.1-29
ENV IMAGEMAGICK_VERSION 7.1.1-33
RUN bash /tmp/gruff/before_install_linux.sh && \
rm -rf /var/lib/apt/lists/* && \
gem install bundler:2.5.7 && \
Expand Down

0 comments on commit 4949623

Please sign in to comment.