Skip to content

Commit 9b98e90

Browse files
authored
CI: Update ImageMagick version (#669)
1 parent 0e33126 commit 9b98e90

File tree

340 files changed

+4
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

340 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
ruby-version: ['3.4']
1919
imagemagick-version:
20-
- { full: 7.1.1-33, major-minor: '7.1' }
20+
- { full: 7.1.2-10, major-minor: '7.1' }
2121
name: Lint (Ruby ${{ matrix.ruby-version }}, ImageMagick ${{ matrix.imagemagick-version.major-minor }})
2222
steps:
2323
- uses: actions/checkout@v6
@@ -51,7 +51,7 @@ jobs:
5151
matrix:
5252
ruby-version: ['3.4']
5353
imagemagick-version:
54-
- { full: 7.1.1-33, major-minor: '7.1' }
54+
- { full: 7.1.2-10, major-minor: '7.1' }
5555
name: Check RBS (Ruby ${{ matrix.ruby-version }}, ImageMagick ${{ matrix.imagemagick-version.major-minor }})
5656
steps:
5757
- uses: actions/checkout@v6
@@ -87,7 +87,7 @@ jobs:
8787
matrix:
8888
ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4', '4.0.0-preview2']
8989
imagemagick-version:
90-
- { full: 7.1.1-33, major-minor: '7.1' }
90+
- { full: 7.1.2-10, major-minor: '7.1' }
9191
name: Ruby ${{ matrix.ruby-version }}
9292
steps:
9393
- uses: actions/checkout@v6

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ADD gruff.gemspec /tmp/gruff/gruff.gemspec
1414
ADD lib /tmp/gruff/lib/
1515
ADD before_install_linux.sh /tmp/gruff/before_install_linux.sh
1616

17-
ENV IMAGEMAGICK_VERSION=7.1.1-33
17+
ENV IMAGEMAGICK_VERSION=7.1.2-10
1818
RUN bash /tmp/gruff/before_install_linux.sh && \
1919
rm -rf /var/lib/apt/lists/* && \
2020
gem install bundler:2.5.7 && \
42 Bytes

test/expected/accum_bar.png

-16 Bytes
-17 Bytes
-44 Bytes
-14 Bytes

test/expected/area_empty_data.png

-13 Bytes
57 Bytes

test/expected/area_keynote.png

54 Bytes

0 commit comments

Comments
 (0)